From b0c473378d95ffdec0629dad2c7ffd83a9b49add Mon Sep 17 00:00:00 2001 From: adbenitez Date: Wed, 11 Oct 2023 20:40:39 +0200 Subject: [PATCH] tweak action bar theme for dark mode --- res/values-night/colors.xml | 2 ++ res/values/themes.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 9c1530a47e..b4c595e89e 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -6,4 +6,6 @@ #ff282828 @color/reaction_pill_border @color/reaction_pill_text_color + + @color/gray95 diff --git a/res/values/themes.xml b/res/values/themes.xml index d1be602805..39b60ca924 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -198,7 +198,7 @@ @style/TextSecure.DarkActionBar @style/TextSecure.DarkActionBar.TabBar @style/ThemeOverlay.AppCompat.Dark - @color/gray50 + @color/gray78 @color/text_color_dark_theme @color/text_color_secondary_dark_theme