Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1094)

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 941513002: Change accent color in Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 39ba1f4132a24e1aab1fc10b2d9b82dd2efcacbb..0173fc31c52a95b5e10e3a4a9805fed7db2a69dc 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -53,7 +53,7 @@
<color name="password_generation_link_text_color">#5595e3</color>
<!-- Preferences Colors -->
- <color name="pref_accent_color">#03a9f4</color>
+ <color name="pref_accent_color">@color/light_active_color</color>
<color name="expandable_group_dark_gray">#484848</color>
<!-- Data Saver Colors -->
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698