aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/palette/_custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/scss/palette/_custom.scss')
-rw-r--r--app/src/web/scss/palette/_custom.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/web/scss/palette/_custom.scss b/app/src/web/scss/palette/_custom.scss
new file mode 100644
index 00000000..0adb7768
--- /dev/null
+++ b/app/src/web/scss/palette/_custom.scss
@@ -0,0 +1,13 @@
+$bg_transparent: unquote('$BT$');
+$text: unquote('$T$');
+$text_disabled: unquote('$TD$');
+$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$');