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

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

Issue 276483004: Upstream accessibility tab switcher and related resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 6 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 1801d1575815fb83bae24219845fb5f112eea094..69f90d7e17c494be43df2ceb344894c659017212 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -10,6 +10,17 @@
<color name="infobar_info_background_separator">#afafaf</color>
<color name="infobar_warning_background_separator">#ccb771</color>
+ <!-- Tab Switcher Colors -->
+ <color name="tab_switcher_background">#111111</color>
+ <color name="tab_title_bar_text">#555555</color>
+ <color name="tab_title_bar_text_incognito">#FFFFFFFF</color>
clholgat 2014/05/13 18:36:38 Looks like the caps are inconsistent with the rest
+ <color name="tab_title_bar_shadow">#AAFFFFFF</color>
+ <color name="tab_title_bar_shadow_incognito">#88000000</color>
+ <color name="tab_back">#D9D9D9</color>
+ <color name="tab_back_incognito">#4D5872</color>
+ <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>

Powered by Google App Engine
This is Rietveld 408576698