From 5b56ae501a1e092f8499667f146170d3f8ac535f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 17 Jun 2017 19:35:09 -0700 Subject: Move theme colors to main scss files --- app/src/main/assets/css/themes/material_amoled.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/src/main/assets/css/themes/material_amoled.scss') 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"; -- cgit v1.2.3