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

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

Issue 2365733002: Inherit default text color from MainTheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating default_text_color to #000000 and point to chromium issue 654062 Created 4 years, 2 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
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 e0538e1c52f65d6b77c260f76002b9504070ca95..f1028c8bb20b1f7ee1a0e37db7fb2b9c85f3a2ff 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">#000000</color>
<color name="default_primary_color">#f2f2f2</color>
<color name="light_normal_color">#5A5A5A</color>
<color name="light_active_color">#4285F4</color>

Powered by Google App Engine
This is Rietveld 408576698