aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/material_dark.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-17 19:35:09 -0700
committerAllan Wang <me@allanwang.ca>2017-06-17 19:35:09 -0700
commit5b56ae501a1e092f8499667f146170d3f8ac535f (patch)
tree15376c68e34a4ce043412beddff2d2c15b7ec1d8 /app/src/main/assets/css/themes/material_dark.scss
parent377c96d36418fa1a5709df5ebf4ef87c9cef46c5 (diff)
downloadfrost-5b56ae501a1e092f8499667f146170d3f8ac535f.tar.gz
frost-5b56ae501a1e092f8499667f146170d3f8ac535f.tar.bz2
frost-5b56ae501a1e092f8499667f146170d3f8ac535f.zip
Move theme colors to main scss files
Diffstat (limited to 'app/src/main/assets/css/themes/material_dark.scss')
-rw-r--r--app/src/main/assets/css/themes/material_dark.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/material_dark.scss b/app/src/main/assets/css/themes/material_dark.scss
index ad6263d5..7bbf7ad0 100644
--- a/app/src/main/assets/css/themes/material_dark.scss
+++ b/app/src/main/assets/css/themes/material_dark.scss
@@ -1,2 +1,6 @@
-@import "../core/colors_dark";
+$text: #fff;
+$link: #eee;
+$background: #303030;
+$bg_transparent: #303030;
+
@import "../core/main";