Chromium Code Reviews| 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> |