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 <resources> | 6 <resources> |
7 <!-- Common colors --> | 7 <!-- Common colors --> |
8 <color name="default_text_color">#333</color> | 8 <color name="default_text_color">#333</color> |
9 <color name="default_primary_color">#f2f2f2</color> | 9 <color name="default_primary_color">#f2f2f2</color> |
10 <color name="light_normal_color">#5A5A5A</color> | 10 <color name="light_normal_color">#5A5A5A</color> |
(...skipping 21 matching lines...) Expand all Loading... |
32 <color name="snackbar_background_color">#282C32</color> | 32 <color name="snackbar_background_color">#282C32</color> |
33 | 33 |
34 <!-- Tab Switcher Colors --> | 34 <!-- Tab Switcher Colors --> |
35 <color name="tab_switcher_background">#14181C</color> | 35 <color name="tab_switcher_background">#14181C</color> |
36 <color name="accessibility_tab_switcher_list_item">#252525</color> | 36 <color name="accessibility_tab_switcher_list_item">#252525</color> |
37 <color name="accessibility_close_undo_text">#3adaff</color> | 37 <color name="accessibility_close_undo_text">#3adaff</color> |
38 <color name="tab_back">#F1F1F1</color> | 38 <color name="tab_back">#F1F1F1</color> |
39 <color name="tab_back_incognito">#4F4F4F</color> | 39 <color name="tab_back_incognito">#4F4F4F</color> |
40 | 40 |
41 <!-- App banner colors --> | 41 <!-- App banner colors --> |
42 <color name="app_banner_install_button_bg">#689f38</color> | 42 <color name="app_banner_install_button_bg">#0F9D58</color> |
43 | 43 |
44 <!-- Connection Info Popup colors --> | 44 <!-- Connection Info Popup colors --> |
45 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col
or> | 45 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col
or> |
46 <color name="connection_info_popup_text">#444444</color> | 46 <color name="connection_info_popup_text">#444444</color> |
47 | 47 |
48 <!-- Website Settings Popup colors --> | 48 <!-- Website Settings Popup colors --> |
49 <color name="website_settings_popup_text">#444444</color> | 49 <color name="website_settings_popup_text">#444444</color> |
50 <color name="website_settings_popup_text_link">#4285f4</color> | 50 <color name="website_settings_popup_text_link">#4285f4</color> |
51 | 51 |
52 <!-- URL Emphasizer colors --> | 52 <!-- URL Emphasizer colors --> |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 <!-- Payments UI colors --> | 189 <!-- Payments UI colors --> |
190 <color name="payments_ui_scrim">#000000</color> | 190 <color name="payments_ui_scrim">#000000</color> |
191 <color name="payments_section_edit_background">#f5f5f5</color> | 191 <color name="payments_section_edit_background">#f5f5f5</color> |
192 <color name="payments_section_chevron">#b2b2b2</color> | 192 <color name="payments_section_chevron">#b2b2b2</color> |
193 <color name="payments_section_separator">#e0e0e0</color> | 193 <color name="payments_section_separator">#e0e0e0</color> |
194 | 194 |
195 <!-- Other colors --> | 195 <!-- Other colors --> |
196 <color name="selectable_list_item_highlight_color">#804281f4</color> | 196 <color name="selectable_list_item_highlight_color">#804281f4</color> |
197 | 197 |
198 </resources> | 198 </resources> |
OLD | NEW |