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

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

Issue 2927603002: [Snowflake] Unify bookmarks, history and downloads text styles (Closed)
Patch Set: Created 3 years, 6 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 | « chrome/android/java/res/values-v17/styles.xml ('k') | 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 9bac4703058d15647190b110fb72aa063a11d1bb..03a1ce0317687df3320522e34db3e98dc985ca99 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -5,7 +5,7 @@
<resources>
<!-- Common colors -->
- <color name="default_text_color">#333</color>
+ <color name="default_text_color">@color/black_alpha_87</color>
Theresa 2017/06/06 17:08:50 I think this falls under: "Change all #343434 and
huayinz 2017/06/06 17:35:01 Done.
huayinz 2017/06/06 17:35:01 Right, it doesn't affect omnibox, toolbar, and con
<color name="default_primary_color">#f2f2f2</color>
<color name="light_normal_color">#5A5A5A</color>
<color name="light_active_color">#4285F4</color>
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698