mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Darker black theme
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<color name="lightGreenPrimaryDark">#00701a</color>
|
||||
<color name="lightRedAccent">#e53935</color>
|
||||
|
||||
<!-- Light blue 900 -->
|
||||
<!-- Light blue 900 / Amber 600 -->
|
||||
<color name="darkBluePrimary">#01579b</color>
|
||||
<color name="darkBluePrimaryDark">#002f6c</color>
|
||||
<color name="darkAmberAccent">#ffb300</color>
|
||||
@@ -107,9 +107,10 @@
|
||||
<color name="darkGreenPrimaryDark">#003300</color>
|
||||
<color name="darkRedAccent">#e57373</color>
|
||||
|
||||
<!-- Grey 800 -->
|
||||
<color name="blackPrimary">#424242</color>
|
||||
<color name="blackPrimaryDark">#1b1b1b</color>
|
||||
<!-- Grey 900 / Amber 600 -->
|
||||
<color name="blackPrimary">#212121</color>
|
||||
<color name="blackPrimaryDark">#000000</color>
|
||||
<color name="blackAccent">#ffb300</color>
|
||||
|
||||
<!-- Grey 800 / Blue grey 300 -->
|
||||
<color name="greyPrimary">#424242</color>
|
||||
|
||||
@@ -291,6 +291,7 @@
|
||||
<item name="themeName">black</item>
|
||||
<item name="colorPrimary">@color/blackPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/blackPrimaryDark</item>
|
||||
<item name="colorAccent">@color/blackAccent</item>
|
||||
|
||||
<item name="colorInfoForeground">@color/white</item>
|
||||
<item name="colorInfoBackground">@color/blackPrimary</item>
|
||||
|
||||
Reference in New Issue
Block a user