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

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

Issue 2930713002: [Snowflake] Unify toolbar 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 | « no previous file | chrome/android/java/res/values/dimens.xml » ('j') | chrome/android/java/res/values/dimens.xml » ('J')
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 03a1ce0317687df3320522e34db3e98dc985ca99..01cc704af2cefa55d3990be5268c80bf6270c324 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -121,7 +121,7 @@
<!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
<color name="ntp_bg">#f2f2f2</color>
<color name="ntp_bg_incognito">#222</color>
- <color name="ntp_search_box_hint">#969696</color>
+ <color name="ntp_search_box_hint">@color/black_alpha_54</color>
<color name="ntp_list_item_text">#333</color>
<color name="ntp_list_header_text">#333</color>
<color name="ntp_list_header_subtext">#969696</color>
@@ -158,7 +158,7 @@
<color name="incognito_primary_color">#505050</color>
<!-- LocationBar colors -->
- <color name="locationbar_dark_hint_text">@color/black_alpha_38</color>
+ <color name="locationbar_dark_hint_text">@color/black_alpha_54</color>
<color name="locationbar_light_hint_text">@color/white_alpha_70</color>
<color name="locationbar_light_selection_color">#cc5595fe</color>
<color name="locationbar_status_color">@color/black_alpha_54</color>
« no previous file with comments | « no previous file | chrome/android/java/res/values/dimens.xml » ('j') | chrome/android/java/res/values/dimens.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698