mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Blank theme: action colors
This commit is contained in:
parent
2b23bb593d
commit
0496300de4
1 changed files with 4 additions and 0 deletions
|
@ -436,6 +436,10 @@
|
|||
<item name="colorPrimaryDark">@color/white</item>
|
||||
<item name="colorAccent">@color/blackAccent</item>
|
||||
|
||||
<item name="colorActionForeground">?android:attr/textColorSecondary</item>
|
||||
<item name="colorActionForegroundDisabled">@color/darkActionForegroundDisabled</item>
|
||||
<item name="colorActionBackground">@color/smoke</item>
|
||||
|
||||
<item name="colorInfoForeground">@color/blackPrimary</item>
|
||||
<item name="colorInfoBackground">@color/smoke</item>
|
||||
|
||||
|
|
Loading…
Reference in a new issue