diff options
Diffstat (limited to 'app/src/main/assets/css/themes/custom.scss')
-rw-r--r-- | app/src/main/assets/css/themes/custom.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/assets/css/themes/custom.scss b/app/src/main/assets/css/themes/custom.scss new file mode 100644 index 00000000..24b36760 --- /dev/null +++ b/app/src/main/assets/css/themes/custom.scss @@ -0,0 +1,10 @@ +$bg_transparent: transparent; +$text: unquote('$T$'); +$link: unquote('$TT$'); +$background: unquote('$B$'); +$background2: unquote('$BB$'); +$bg_opaque: unquote('$O$'); +$divider: unquote('$D$'); + + +@import "../core/main"; |