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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <resources> 7 <resources>
8 <!-- Colors were copied from browser/views/infobars/infobars.cc --> 8 <!-- Colors were copied from browser/views/infobars/infobars.cc -->
9 <color name="infobar_text">#000000</color> 9 <color name="infobar_text">#000000</color>
10 <color name="infobar_info_background_separator">#afafaf</color> 10 <color name="infobar_info_background_separator">#afafaf</color>
11 <color name="infobar_warning_background_separator">#ccb771</color> 11 <color name="infobar_warning_background_separator">#ccb771</color>
12 12
13 <!-- Tab Switcher Colors -->
14 <color name="tab_switcher_background">#111111</color>
15 <color name="tab_title_bar_text">#555555</color>
16 <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
17 <color name="tab_title_bar_shadow">#AAFFFFFF</color>
18 <color name="tab_title_bar_shadow_incognito">#88000000</color>
19 <color name="tab_back">#D9D9D9</color>
20 <color name="tab_back_incognito">#4D5872</color>
21 <color name="accessibility_tab_switcher_list_item">#252525</color>
22 <color name="accessibility_close_undo_text">#33b5e5</color>
23
13 <!-- Button Colors --> 24 <!-- Button Colors -->
14 <color name="button_pressed">#ff77c5e1</color> 25 <color name="button_pressed">#ff77c5e1</color>
15 <color name="button_focused">#ffa9d0df</color> 26 <color name="button_focused">#ffa9d0df</color>
16 27
17 <!-- App banner colors --> 28 <!-- App banner colors -->
18 <color name="app_banner_install_button_fg">#ffffff</color> 29 <color name="app_banner_install_button_fg">#ffffff</color>
19 <color name="app_banner_open_button_fg">#777777</color> 30 <color name="app_banner_open_button_fg">#777777</color>
20 <color name="app_banner_card_highlight">#33999999</color> 31 <color name="app_banner_card_highlight">#33999999</color>
21 </resources> 32 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698