mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Bkank theme: improvements
This commit is contained in:
parent
97fc68e500
commit
b9bfc994ff
2 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,8 @@
|
|||
<color name="lightActionForegroundDisabled">#ddd</color>
|
||||
<color name="lightActionBackground">#bbb</color>
|
||||
|
||||
<color name="whiteActionForegroundDisabled">#aaa</color>
|
||||
|
||||
<color name="darkColorItemSelected">#444</color>
|
||||
<color name="darkColorSeparator">#444</color>
|
||||
<color name="darkColorThumb">#555</color>
|
||||
|
|
|
@ -442,7 +442,7 @@
|
|||
<item name="colorAccent">@color/blackAccent</item>
|
||||
|
||||
<item name="colorActionForeground">?android:attr/textColorSecondary</item>
|
||||
<item name="colorActionForegroundDisabled">@color/darkActionForegroundDisabled</item>
|
||||
<item name="colorActionForegroundDisabled">@color/whiteActionForegroundDisabled</item>
|
||||
<item name="colorActionBackground">@color/smoke</item>
|
||||
|
||||
<item name="colorInfoForeground">@color/blackPrimary</item>
|
||||
|
|
Loading…
Reference in a new issue