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

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: don't show buttons with empty text 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
« no previous file with comments | « chrome/android/java/res/layout/infobar_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 ba043aecd429e919b77b98ab3231803752f5e235..06730b28825ce7bd7257d591ec6bb4553da4fa95 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -5,9 +5,13 @@
-->
<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>
+ <color name="infobar_tertiary_button_text">#969696</color>
<!-- Tab Switcher Colors -->
<color name="tab_switcher_background">#111111</color>
@@ -20,10 +24,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>
« no previous file with comments | « chrome/android/java/res/layout/infobar_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