From ed802336e64bfba9893b831e05babbc7d800dd0e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 20 Jul 2018 03:23:17 +0200 Subject: theme: use less disgusting color Harsh's "users" were offended by the dark theme. So, we change the accent to that used by gboard's dark theme, which should be pretty uncontroversial. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values-night/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index cb948190..9a43b163 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -6,5 +6,5 @@ #000000 #bbbbbb - #BBDEFB + #5e97f6 -- cgit v1.2.3-59-g8ed1b