diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-20 03:23:17 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-20 03:23:17 +0200 |
commit | ed802336e64bfba9893b831e05babbc7d800dd0e (patch) | |
tree | 982c0586d47ddd55cb257e2342fcecf49d596ea4 /app/src | |
parent | b1d1e3b43678579b805bf65b0bb43e9f940dab50 (diff) |
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 <Jason@zx2c4.com>
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <color name="fab_label_text_color">#000000</color> <color name="fab_label_background_color">#bbbbbb</color> - <color name="accent">#BBDEFB</color> + <color name="accent">#5e97f6</color> </resources> |