summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index bdc361a..90d2b75 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -77,9 +77,18 @@
<color name="per_app_theme_fab_bg_color">#00b1e5</color>
<color name="per_app_theme_fab_icon_color">#ffffff</color>
<color name="per_app_theme_qs_icon_color">#ffffff</color>
+ <color name="per_app_theme_list_item_bg_color">#00b1e5</color>
+ <color name="per_app_theme_list_item_bg_mask_color">#ffffff</color>
+ <color name="per_app_theme_applying_text_color">#f5f5f5</color>
<color name="bottom_row_icon_color">#ffffff</color>
<color name="edge_effect_color">#ffffff</color>
+ <color name="bottom_action_background_mask_color">#ffffff</color>
+ <color name="bottom_action_selected_background_color">#e9e8e8</color>
+
+ <color name="theme_card_action_item_background_mask_color">#ffffff</color>
+ <color name="theme_card_action_item_background_color">#888888</color>
+
</resources>