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

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

Issue 378043002: Visual makeover for infobars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 ba043aecd429e919b77b98ab3231803752f5e235..1b9840d164070e498a010d895fdffe6c40cc1c13 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -5,9 +5,12 @@
-->
<resources>
+ <!-- Infobar colors -->
<color name="infobar_text">#333</color>
<color name="infobar_background">#fff</color>
<color name="infobar_background_separator">#afafaf</color>
+ <color name="infobar_accent_blue">#4285f4</color>
+ <color name="infobar_accent_blue_pressed">#679df6</color>
<!-- Tab Switcher Colors -->
<color name="tab_switcher_background">#111111</color>
@@ -20,10 +23,6 @@
<color name="accessibility_tab_switcher_list_item">#252525</color>
<color name="accessibility_close_undo_text">#33b5e5</color>
- <!-- Button Colors -->
- <color name="button_pressed">#ff77c5e1</color>
- <color name="button_focused">#ffa9d0df</color>
-
<!-- App banner colors -->
<color name="app_banner_install_button_fg">#ffffff</color>
<color name="app_banner_open_button_fg">#777777</color>

Powered by Google App Engine
This is Rietveld 408576698