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

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

Issue 2427853002: Revert "Inherit default text color from parent themes." (Closed)
Patch Set: 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 8a27e1d2c24089fa54323b31ccb3e2316080475a..9f22fa61141da64996e6f375bd3481669643a791 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">#000000</color>
+ <color name="default_text_color">#333</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