From 67a98c94b877db888fad224837a117977ee7d2ca Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 19 Oct 2019 11:53:55 +0200 Subject: [PATCH] Change primary/dark color in dark theme "In a dark theme, the surface of the top app bar uses a dark color instead of a primary or secondary color." https://material.io/design/color/dark-theme.html#ui-application --- app/src/main/res/values/colors.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 6ce41334f3..62d3505cf9 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -18,9 +18,9 @@ #ffffffff - - #01579b - #002f6c + + #424242 + #1b1b1b #424242