1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Change primary/dark color in dark theme

"In a dark theme, the surface of the top app bar uses a dark color instead of a primary or secondary color."

https://material.io/design/color/dark-theme.html#ui-application
This commit is contained in:
M66B 2019-10-19 11:53:55 +02:00
parent bb1f911d8f
commit 67a98c94b8

View file

@ -18,9 +18,9 @@
<!-- White 87% primary_text_default_material_dark -->
<color name="colorUnreadDark">#ffffffff</color>
<!-- Light blue 900 -->
<color name="darkPrimary">#01579b</color>
<color name="darkPrimaryDark">#002f6c</color>
<!-- Grey 800 -->
<color name="darkPrimary">#424242</color>
<color name="darkPrimaryDark">#1b1b1b</color>
<!-- Grey 800 / Blue grey 300 -->
<color name="greyPrimary">#424242</color>