aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/themes/custom.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 21:18:54 -0800
committerAllan Wang <me@allanwang.ca>2021-01-10 21:18:54 -0800
commitb01d23bdaa03b7feb23c17d2af63926b1f5bb592 (patch)
tree4f5e58397143696fe4ab28c00d80275cb171e883 /app/src/web/scss/themes/custom.scss
parentfb122b7af6e230e9458ab7d892d5d20f551b98ed (diff)
downloadfrost-b01d23bdaa03b7feb23c17d2af63926b1f5bb592.tar.gz
frost-b01d23bdaa03b7feb23c17d2af63926b1f5bb592.tar.bz2
frost-b01d23bdaa03b7feb23c17d2af63926b1f5bb592.zip
Remap theme structure
Diffstat (limited to 'app/src/web/scss/themes/custom.scss')
-rw-r--r--app/src/web/scss/themes/custom.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/src/web/scss/themes/custom.scss b/app/src/web/scss/themes/custom.scss
deleted file mode 100644
index 50c029fb..00000000
--- a/app/src/web/scss/themes/custom.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-$bg_transparent: unquote('$BT$');
-$text: unquote('$T$');
-$link: unquote('$TT$');
-$accent: unquote('$A$');
-$accent_text: unquote('$AT$');
-$background: unquote('$B$');
-$background2: unquote('$BBT$');
-$bg_opaque: unquote('$O$');
-$bg_opaque2: unquote('$OO$');
-$divider: unquote('$D$');
-$card: unquote('$C$');
-$tint: unquote('$TI$');
-
-@import "../core/main";