From 7bd950244ad513c64655802e48f2c110a0d93421 Mon Sep 17 00:00:00 2001 From: stefan-niedermann Date: Sat, 1 Feb 2020 12:15:04 +0100 Subject: =?UTF-8?q?Fix=20#557=20Black=20theme=20for=20OLED=20devices=20?= =?UTF-8?q?=F0=9F=8C=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: stefan-niedermann --- app/src/main/res/values-night/colors.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app/src/main/res/values-night') diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 2bcbf281..c01010ad 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -4,10 +4,8 @@ #286090 - #262626 - - #060606 - #222222 + #2a2a2a + #121212 #ff3333 #eeeeee #cccccc @@ -16,5 +14,4 @@ #000000 @color/primary - @color/primary \ No newline at end of file -- cgit v1.2.3