1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Yellow/purple/light action colors

This commit is contained in:
M66B 2024-07-17 23:24:28 +02:00
parent b9bfc994ff
commit 1d25c39d56

View file

@ -220,6 +220,10 @@
<item name="colorFabBackground">@color/lightPurpleAccent</item>
<item name="colorActionForeground">?android:attr/textColorSecondary</item>
<item name="colorActionForegroundDisabled">@color/whiteActionForegroundDisabled</item>
<item name="colorActionBackground">@color/smoke</item>
<item name="colorInfoForeground">?android:textColorPrimary</item>
<item name="colorInfoBackground">@color/lightYellowPrimary</item>