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

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

Issue 954933004: Upstream Account chooser fragment of First Run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another attempt to suppress findbugs Created 5 years, 10 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/layout/fre_spinner_text.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 0173fc31c52a95b5e10e3a4a9805fed7db2a69dc..fded33dbeb5de1c8c8c088589e915130650ab224 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -67,4 +67,14 @@
<color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color>
<color name="compositor_tab_title_bar_shadow_incognito">#88000000</color>
+ <!-- First Run Experience Colors -->
+ <color name="fre_text_color">#000000</color>
+ <color name="fre_light_text_color">#494949</color>
+ <color name="fre_title_color">#161616</color>
+
+ <!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
+ <color name="ntp_bg">#fff</color>
+
+ <!-- Signin promo screen colors -->
+ <color name="illustration_background_color">#4FC3F7</color>
</resources>
« no previous file with comments | « chrome/android/java/res/layout/fre_spinner_text.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698