summaryrefslogtreecommitdiffstats
path: root/res/values/lineage_colors.xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-02-03 23:52:40 +0100
committerJoey <joey@lineageos.org>2018-02-05 19:55:00 +0000
commit734d16bf15dc75105f3ff8d2db108908dc07c9a7 (patch)
tree248c79600c60233fd0cabbf53386966e91a53e32 /res/values/lineage_colors.xml
parent1b2f8875b149fa27f80b6945cb51a5476e709a8b (diff)
downloadandroid_packages_apps_Trebuchet-734d16bf15dc75105f3ff8d2db108908dc07c9a7.tar.gz
android_packages_apps_Trebuchet-734d16bf15dc75105f3ff8d2db108908dc07c9a7.tar.bz2
android_packages_apps_Trebuchet-734d16bf15dc75105f3ff8d2db108908dc07c9a7.zip
Trebuchet: fix settings icon colors with dark theme
Change-Id: I70279361f6b38772286311117c3dfba3b951565d Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/values/lineage_colors.xml')
-rw-r--r--res/values/lineage_colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml
index 5dcf57277..20001121f 100644
--- a/res/values/lineage_colors.xml
+++ b/res/values/lineage_colors.xml
@@ -29,5 +29,6 @@
<!-- Settings -->
<color name="settings_sheet_background">#f5f5f5</color>
<color name="settings_statusbar_dim">#bdbdbd</color>
- <color name="settings_icons">#424242</color>
+ <color name="settings_quick_icons">#424242</color>
+ <color name="settings_icons">?android:attr/textColorPrimary</color>
</resources> \ No newline at end of file