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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 <color name="payments_section_chevron">#b2b2b2</color> | 206 <color name="payments_section_chevron">#b2b2b2</color> |
207 <color name="payments_section_separator">#e0e0e0</color> | 207 <color name="payments_section_separator">#e0e0e0</color> |
208 | 208 |
209 <!-- Translate Infobar colors --> | 209 <!-- Translate Infobar colors --> |
210 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 210 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
211 | 211 |
212 <!-- Other colors --> | 212 <!-- Other colors --> |
213 <color name="selectable_list_item_highlight_color">#804281f4</color> | 213 <color name="selectable_list_item_highlight_color">#804281f4</color> |
214 <color name="media_viewer_bg">#000000</color> | 214 <color name="media_viewer_bg">#000000</color> |
215 <color name="image_viewer_bg">#0e0e0e</color> | 215 <color name="image_viewer_bg">#0e0e0e</color> |
216 <color name="cast_media_controller_text">#bebebe</color> | 216 |
217 </resources> | 217 </resources> |
OLD | NEW |