OLD | NEW |
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 <!-- Infobar colors --> |
8 <color name="infobar_text">#333</color> | 9 <color name="infobar_text">#333</color> |
9 <color name="infobar_background">#fff</color> | 10 <color name="infobar_background">#fff</color> |
10 <color name="infobar_background_separator">#afafaf</color> | 11 <color name="infobar_background_separator">#afafaf</color> |
| 12 <color name="infobar_accent_blue">#4285f4</color> |
| 13 <color name="infobar_accent_blue_pressed">#679df6</color> |
| 14 <color name="infobar_tertiary_button_text">#969696</color> |
11 | 15 |
12 <!-- Tab Switcher Colors --> | 16 <!-- Tab Switcher Colors --> |
13 <color name="tab_switcher_background">#111111</color> | 17 <color name="tab_switcher_background">#111111</color> |
14 <color name="tab_title_bar_text">#555555</color> | 18 <color name="tab_title_bar_text">#555555</color> |
15 <color name="tab_title_bar_text_incognito">#ffffffff</color> | 19 <color name="tab_title_bar_text_incognito">#ffffffff</color> |
16 <color name="tab_title_bar_shadow">#aaffffff</color> | 20 <color name="tab_title_bar_shadow">#aaffffff</color> |
17 <color name="tab_title_bar_shadow_incognito">#88000000</color> | 21 <color name="tab_title_bar_shadow_incognito">#88000000</color> |
18 <color name="tab_back">#d9d9d9</color> | 22 <color name="tab_back">#d9d9d9</color> |
19 <color name="tab_back_incognito">#4d5872</color> | 23 <color name="tab_back_incognito">#4d5872</color> |
20 <color name="accessibility_tab_switcher_list_item">#252525</color> | 24 <color name="accessibility_tab_switcher_list_item">#252525</color> |
21 <color name="accessibility_close_undo_text">#33b5e5</color> | 25 <color name="accessibility_close_undo_text">#33b5e5</color> |
22 | 26 |
23 <!-- Button Colors --> | |
24 <color name="button_pressed">#ff77c5e1</color> | |
25 <color name="button_focused">#ffa9d0df</color> | |
26 | |
27 <!-- App banner colors --> | 27 <!-- App banner colors --> |
28 <color name="app_banner_install_button_fg">#ffffff</color> | 28 <color name="app_banner_install_button_fg">#ffffff</color> |
29 <color name="app_banner_open_button_fg">#777777</color> | 29 <color name="app_banner_open_button_fg">#777777</color> |
30 <color name="app_banner_card_highlight">#33999999</color> | 30 <color name="app_banner_card_highlight">#33999999</color> |
31 </resources> | 31 </resources> |
OLD | NEW |