diff options
Diffstat (limited to 'app/src/main/assets/css/themes/material_amoled.scss')
-rw-r--r-- | app/src/main/assets/css/themes/material_amoled.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/material_amoled.scss b/app/src/main/assets/css/themes/material_amoled.scss index 20ac414c..a0f93c7a 100644 --- a/app/src/main/assets/css/themes/material_amoled.scss +++ b/app/src/main/assets/css/themes/material_amoled.scss @@ -1,2 +1,6 @@ -@import "../core/colors_amoled"; +$text: #fff; +$link: #eee; +$background: #000; +$bg_transparent: #000; + @import "../core/main"; |