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_primary_color">#f2f2f2</color> | 10 <color name="default_primary_color">#f2f2f2</color> |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 | 61 |
62 <!-- Password generation popup colors --> | 62 <!-- Password generation popup colors --> |
63 <color name="password_generation_divider_color">#e5e5e5</color> | 63 <color name="password_generation_divider_color">#e5e5e5</color> |
64 <color name="password_generation_explanation_text_color">#909090</color> | 64 <color name="password_generation_explanation_text_color">#909090</color> |
65 <color name="password_generation_link_text_color">#5595e3</color> | 65 <color name="password_generation_link_text_color">#5595e3</color> |
66 | 66 |
67 <!-- Preferences Colors --> | 67 <!-- Preferences Colors --> |
68 <color name="pref_accent_color">#03a9f4</color> | 68 <color name="pref_accent_color">#03a9f4</color> |
69 <color name="pref_button_pressed_color">#038ecd</color> | 69 <color name="pref_button_pressed_color">#038ecd</color> |
70 <color name="pref_button_disabled_color">#83d7fd</color> | 70 <color name="pref_button_disabled_color">#83d7fd</color> |
| 71 <color name="expandable_group_dark_gray">#484848</color> |
71 | 72 |
72 <!-- Compositor Tab Title Colors --> | 73 <!-- Compositor Tab Title Colors --> |
73 <color name="compositor_tab_title_bar_text">#555555</color> | 74 <color name="compositor_tab_title_bar_text">#555555</color> |
74 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> | 75 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> |
75 <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color> | 76 <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color> |
76 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color> | 77 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color> |
77 | 78 |
78 </resources> | 79 </resources> |
OLD | NEW |