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

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

Issue 1833763002: 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: address more comments 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
« no previous file with comments | « chrome/android/java/res/values-sw600dp/dimens.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
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 d5b691a8a42ee815442a1379d0a19a37efab3a3b..b1a9fd69009cac0315264a4531c2c9da3a0af48c 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -79,7 +79,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>
@@ -95,11 +95,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>
« no previous file with comments | « chrome/android/java/res/values-sw600dp/dimens.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698