From 31d382d6adf217688d592e98eb3e0c200b88500c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Sun, 16 Aug 2020 18:22:16 +0200 Subject: [PATCH] Minor color improvements for dark themes --- app/src/main/res/drawable/entry_divider.xml | 2 +- app/src/main/res/values/colors.xml | 6 ++++-- app/src/main/res/values/styles.xml | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/drawable/entry_divider.xml b/app/src/main/res/drawable/entry_divider.xml index 6bbd9f27..980eab47 100644 --- a/app/src/main/res/drawable/entry_divider.xml +++ b/app/src/main/res/drawable/entry_divider.xml @@ -1,6 +1,6 @@ - + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index bc0e618c..e23c8db5 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -34,8 +34,8 @@ #1058C9 #ffffff - #363636 - #6B6B6B + #2B2B2B + #303030 #363636 #ffffff #a7a7a7 @@ -43,6 +43,8 @@ #212121 #101010 #000000 + #393939 + #222222 #f4511e #42000000 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 22c4f30c..8d5f7942 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -24,6 +24,7 @@ @color/colorPrimaryDark @color/colorAccent @color/background + @color/divider @color/icon_primary @color/icon_primary_inverted @@ -135,6 +136,7 @@ @color/colorPrimaryDark @color/colorAccent @color/background_dark + @color/divider_dark @color/icon_primary_dark @color/icon_primary_dark_inverted @@ -158,6 +160,7 @@ @style/PreferenceThemeOverlay.v14.Material @style/ActionModeStyle.TrueBlack @style/DialogStyle.TrueDark + @color/divider_true_dark @color/background_true_dark false