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>
This commit is contained in:
Jason A. Donenfeld 2018-07-20 03:23:17 +02:00
parent b1d1e3b436
commit ed802336e6

View File

@ -6,5 +6,5 @@
<color name="fab_label_text_color">#000000</color> <color name="fab_label_text_color">#000000</color>
<color name="fab_label_background_color">#bbbbbb</color> <color name="fab_label_background_color">#bbbbbb</color>
<color name="accent">#BBDEFB</color> <color name="accent">#5e97f6</color>
</resources> </resources>