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 <!-- Common colors --> | 8 <!-- Common colors --> |
9 <color name="default_text_color">#333</color> | 9 <color name="default_text_color">#333</color> |
| 10 <color name="default_normal_button_color">#5A5A5A</color> |
| 11 <color name="default_active_button_color">#4285F4</color> |
10 | 12 |
11 <!-- Infobar colors --> | 13 <!-- Infobar colors --> |
12 <color name="infobar_background">#fff</color> | 14 <color name="infobar_background">#fff</color> |
13 <color name="infobar_background_separator">#afafaf</color> | 15 <color name="infobar_background_separator">#afafaf</color> |
14 <color name="infobar_accent_blue">#4285f4</color> | 16 <color name="infobar_accent_blue">#4285f4</color> |
15 <color name="infobar_accent_blue_pressed">#679df6</color> | 17 <color name="infobar_accent_blue_pressed">#679df6</color> |
16 <color name="infobar_tertiary_button_text">#969696</color> | 18 <color name="infobar_tertiary_button_text">#969696</color> |
17 | 19 |
18 <!-- Tab Switcher Colors --> | 20 <!-- Tab Switcher Colors --> |
19 <color name="tab_switcher_background">#111111</color> | 21 <color name="tab_switcher_background">#111111</color> |
(...skipping 27 matching lines...) Expand all Loading... |
47 | 49 |
48 <!-- Distilled Page Prefs colors --> | 50 <!-- Distilled Page Prefs colors --> |
49 <color name="distilled_page_prefs_selected">#999999</color> | 51 <color name="distilled_page_prefs_selected">#999999</color> |
50 <color name="distilled_page_prefs_unselected">#ffffff</color> | 52 <color name="distilled_page_prefs_unselected">#ffffff</color> |
51 | 53 |
52 <!-- Password generation popup colors --> | 54 <!-- Password generation popup colors --> |
53 <color name="password_generation_divider_color">#e5e5e5</color> | 55 <color name="password_generation_divider_color">#e5e5e5</color> |
54 <color name="password_generation_explanation_text_color">#909090</color> | 56 <color name="password_generation_explanation_text_color">#909090</color> |
55 <color name="password_generation_link_text_color">#5595e3</color> | 57 <color name="password_generation_link_text_color">#5595e3</color> |
56 </resources> | 58 </resources> |
OLD | NEW |