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

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

Issue 2902013002: Implement a sketch of the new MD Incognito NTP on Android (Closed)
Patch Set: Addressed first coments. Created 3 years, 7 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 49c44cb0762cecac912999c02bcbfe3f8048264d..a4dc391ed264af7af94c4251c269b2444831a272 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -127,6 +127,11 @@
<color name="snippets_list_header_text_color">#646464</color>
<color name="snippets_headline_text_color">#333333</color>
+ <!-- Incognito NTP Colors. -->
+ <color name="incognito_text">#b3ffffff</color>
+ <color name="incognito_emphasis">@android:color/white</color>
+ <color name="incognito_header">#ccffffff</color>
+
<!-- Site suggestion tile colors. -->
<color name="tile_view_text">#6f6f6f</color>
<color name="tile_view_offline_badge_tint">#4285f4</color>

Powered by Google App Engine
This is Rietveld 408576698