mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +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:
parent
bb1f911d8f
commit
67a98c94b8
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue