From ede53aff0ca989881247afead959341818f705b4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 18 Aug 2017 20:25:26 -0700 Subject: Feature/theme accent (#192) * Add lots of theming components * Optimize and add * Update accents --- app/src/main/assets/css/themes/custom.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/assets/css/themes/custom.scss') diff --git a/app/src/main/assets/css/themes/custom.scss b/app/src/main/assets/css/themes/custom.scss index 1b50b97a..af5847f5 100644 --- a/app/src/main/assets/css/themes/custom.scss +++ b/app/src/main/assets/css/themes/custom.scss @@ -1,6 +1,7 @@ $bg_transparent: unquote('$BT$'); $text: unquote('$T$'); $link: unquote('$TT$'); +$accent: unquote('$A$'); $background: unquote('$B$'); $background2: unquote('$BBT$'); $bg_opaque: unquote('$O$'); -- cgit v1.2.3