From 6b1164ad8ddbc40adaf10ad9658c11ce2e8cb68b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 26 Apr 2020 04:30:26 +0530 Subject: ui: switch up dark theme system bars colors The status bar color had a subtle transparency applied which caused inconsistencies, and the navigation bar color was the wrong shade of gray. Reported-by: Danny Lin Signed-off-by: Harsh Shandilya --- ui/src/main/res/values-night/colors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/src/main/res/values-night/colors.xml') diff --git a/ui/src/main/res/values-night/colors.xml b/ui/src/main/res/values-night/colors.xml index e1015da8..586486da 100644 --- a/ui/src/main/res/values-night/colors.xml +++ b/ui/src/main/res/values-night/colors.xml @@ -12,8 +12,8 @@ #1aeeeeee - #21242424 - #aa242424 + @color/primary_color + #aa212121 #aaaaaa -- cgit v1.2.3-59-g8ed1b