1
0
Fork 0
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:
M66B 2024-07-17 23:00:49 +02:00
parent 97fc68e500
commit b9bfc994ff
2 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -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>