summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-03-30 16:12:44 +0200
committerJoey <joey@lineageos.org>2018-04-02 22:27:31 +0000
commit48591811920333ffb37bf6a2c5d5eb74f8d02e70 (patch)
tree95f49b06dee73a816aae1234b770c81d921712b8
parentade28497c7a85f13b3298c2bad8215b82849b274 (diff)
downloadandroid_packages_apps_Eleven-48591811920333ffb37bf6a2c5d5eb74f8d02e70.tar.gz
android_packages_apps_Eleven-48591811920333ffb37bf6a2c5d5eb74f8d02e70.tar.bz2
android_packages_apps_Eleven-48591811920333ffb37bf6a2c5d5eb74f8d02e70.zip
Eleven: update accent color to match new icon
Change-Id: I60a4ba91d801a28894f28807ec27765cf1c488af Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r--res/values/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2c905e6..bc8cb8c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -17,9 +17,9 @@
<resources>
<!-- Material -->
<color name="primary">#333333</color>
- <color name="primary_dark">#282828</color>
- <color name="primary_light">#444444</color>
- <color name="accent">#009688</color>
+ <color name="primary_dark">#212121</color>
+ <color name="primary_light">#424242</color>
+ <color name="accent">#E91E63</color>
<!-- Main colors -->
<color name="black">#333333</color>