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

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

Issue 1840513002: Redesign sign in and sign in confirmation screens for Narnia 2.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 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 68db0f484288e792175c0f633de319826cd0f906..c67f352f61d70fd81ce44ad6cf0922a44606f870 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -82,7 +82,10 @@
<!-- Account Signin Colors -->
<!-- As in dimens.xml, signin uses values from the First Run Experience -->
- <color name="signin_light_text_color">#494949</color>
+ <color name="signin_head_background">#fff</color>
+ <color name="signin_body_background">#fafafa</color>
+ <color name="signin_border_line_color">#000</color>
+ <color name="signin_button_disabled_color">#4f4f4f</color>
<!-- Sad Tab colors -->
<color name="sad_tab_header_text_color">#333333</color>
@@ -102,9 +105,6 @@
<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>
-
<!-- Contextual Search colors -->
<color name="contextual_search_promo_text_color">#333333</color>
<color name="contextual_search_promo_background_color">#EEEEEE</color>
« 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