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

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

Issue 1812293002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + CR comments + added background color to new NTP Created 4 years, 9 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 b69c03d708b0914ecdef4fc395219e44ba801e87..61517407b8dcc17c477ef8cb6bd0c2274e3c35cf 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -81,7 +81,7 @@
<!-- First Run Experience Colors -->
<color name="fre_text_color">#000000</color>
<color name="fre_title_color">#161616</color>
-
+
<!-- Account Signin Colors -->
<!-- As in dimens.xml, signin uses values from the First Run Experience -->
<color name="signin_light_text_color">#494949</color>
@@ -97,11 +97,11 @@
<color name="ntp_list_header_text">#333</color>
<color name="ntp_list_header_subtext">#969696</color>
<color name="ntp_list_header_subtext_active">#7cadff</color>
- <color name="snippets_publisher_name_color">#7f7f7f</color>
- <color name="snippets_text_color">#7f7f7f</color>
- <color name="snippets_list_header_text_color">#7f7f7f</color>
- <color name="snippets_headline_text_color">#000000</color>
- <color name="snippets_read_more_link_color">@color/light_active_color</color>
+ <color name="ntp_with_cards_bg">#f2f2f2</color>
+ <color name="snippets_publisher_name_color">#646464</color>
+ <color name="snippets_text_color">#646464</color>
+ <color name="snippets_list_header_text_color">#646464</color>
+ <color name="snippets_headline_text_color">#333333</color>
<!-- Signin promo screen colors -->
<color name="illustration_background_color">#4FC3F7</color>

Powered by Google App Engine
This is Rietveld 408576698