1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Steel blue light accent color

This commit is contained in:
M66B 2020-10-03 17:09:33 +02:00
parent 64f9f59c9f
commit 33efdf87b4
2 changed files with 2 additions and 1 deletions

View file

@ -131,6 +131,7 @@
<color name="greyPrimaryDark">#1b1b1b</color>
<color name="greyAccent">#90a4ae</color>
<color name="greyAccentDark">#62757f</color>
<color name="greyAccentLight">#c1d5e0</color>
<!-- default: #323232 -->
<color name="design_snackbar_background_color" tools:override="true">#222</color>

View file

@ -385,7 +385,7 @@
<item name="colorPrimaryDark">@color/greyPrimaryDark</item>
<item name="colorAccent">@color/greyAccent</item>
<item name="colorUnreadHighlight">@color/greyAccent</item>
<item name="colorUnreadHighlight">@color/greyAccentLight</item>
<item name="colorSeparator">@color/greyPrimary</item>
<item name="colorActionBackground">@color/greyPrimary</item>