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 | 757fc042015010802760e37fcb5b101c9262e305 (patch) | |
tree | 982c0586d47ddd55cb257e2342fcecf49d596ea4 /app | |
parent | c78c5276b38ceff35cc1447d8b3833802b1299dc (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.
Diffstat (limited to 'app')
-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> |