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
pull/163/head
M66B 5 years ago
parent bb1f911d8f
commit 67a98c94b8

@ -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>

Loading…
Cancel
Save