From 7bdc47a980a6b7a8f4cbefb80b66a18ca2c7a9e8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 16 Jul 2021 21:08:52 +0100 Subject: [PATCH] :construction: Adds color swatch, writes function to calculate brightness, and finds all available css vars --- src/components/Settings/CustomThemeMaker.vue | 117 +++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 src/components/Settings/CustomThemeMaker.vue diff --git a/src/components/Settings/CustomThemeMaker.vue b/src/components/Settings/CustomThemeMaker.vue new file mode 100644 index 00000000..4b32a9e2 --- /dev/null +++ b/src/components/Settings/CustomThemeMaker.vue @@ -0,0 +1,117 @@ + + + + +