From bd99aebf4388515273dfd720eb5c59b6e45da44f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 21 Dec 2017 23:07:20 -0500 Subject: Update themes (#569) * Update themes * Update changelog --- app/src/main/assets/css/themes/material_amoled.scss | 3 +++ 1 file changed, 3 insertions(+) (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 305d032b..11deeb69 100644 --- a/app/src/main/assets/css/themes/material_amoled.scss +++ b/app/src/main/assets/css/themes/material_amoled.scss @@ -2,6 +2,9 @@ $text: #fff; $link: #eee; $accent: #5d86dd; $background: #000; +$background2: rgba($background, 0.35); $bg_transparent: $background; +$card: $background2; +$tint: rgba(#fff, 0.2); @import "../core/main"; -- cgit v1.2.3