| 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 11 matching lines...) Expand all Loading... |
| 22 <color name="google_red_700">#c53929</color> | 22 <color name="google_red_700">#c53929</color> |
| 23 <color name="google_green_700">#0b8043</color> | 23 <color name="google_green_700">#0b8043</color> |
| 24 <color name="google_grey_100">#f5f5f5</color> | 24 <color name="google_grey_100">#f5f5f5</color> |
| 25 <color name="google_grey_200">#eeeeee</color> | 25 <color name="google_grey_200">#eeeeee</color> |
| 26 <color name="google_grey_300">#e0e0e0</color> | 26 <color name="google_grey_300">#e0e0e0</color> |
| 27 <color name="google_grey_400">#bdbdbd</color> | 27 <color name="google_grey_400">#bdbdbd</color> |
| 28 <color name="google_grey_500">#9E9E9E</color> | 28 <color name="google_grey_500">#9E9E9E</color> |
| 29 <color name="google_grey_600">#757575</color> | 29 <color name="google_grey_600">#757575</color> |
| 30 <color name="toolbar_shadow_color">#1d000000</color> | 30 <color name="toolbar_shadow_color">#1d000000</color> |
| 31 <color name="white_alpha_50">#80ffffff</color> | 31 <color name="white_alpha_50">#80ffffff</color> |
| 32 <color name="black_alpha_30">#4d000000</color> | |
| 33 <color name="black_alpha_40">#66000000</color> | |
| 34 <color name="toolbar_light_tint">#A3000000</color> | 32 <color name="toolbar_light_tint">#A3000000</color> |
| 35 <color name="light_grey">#ccc</color> | 33 <color name="light_grey">#ccc</color> |
| 36 <color name="modal_dialog_scrim_color">#7f000000</color> | 34 <color name="modal_dialog_scrim_color">#7f000000</color> |
| 37 | 35 |
| 36 <!-- New list of common text colors --> |
| 37 <color name="black_alpha_30">#4d000000</color> |
| 38 <color name="black_alpha_38">#61000000</color> |
| 39 <color name="black_alpha_40">#66000000</color> |
| 40 <color name="black_alpha_54">#8a000000</color> |
| 41 <color name="black_alpha_87">#de000000</color> |
| 42 |
| 38 <!-- Infobar colors --> | 43 <!-- Infobar colors --> |
| 39 <color name="infobar_accent_blue">#4285f4</color> | 44 <color name="infobar_accent_blue">#4285f4</color> |
| 40 <color name="infobar_descriptive_text_color">#646464</color> | 45 <color name="infobar_descriptive_text_color">#646464</color> |
| 41 | 46 |
| 42 <!-- Snackbar colors --> | 47 <!-- Snackbar colors --> |
| 43 <color name="snackbar_background_color">#282C32</color> | 48 <color name="snackbar_background_color">#282C32</color> |
| 44 | 49 |
| 45 <!-- Tab Switcher Colors --> | 50 <!-- Tab Switcher Colors --> |
| 46 <color name="tab_switcher_background">#14181C</color> | 51 <color name="tab_switcher_background">#14181C</color> |
| 47 <color name="accessibility_tab_switcher_list_item">#252525</color> | 52 <color name="accessibility_tab_switcher_list_item">#252525</color> |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 213 |
| 209 <!-- Translate Infobar colors --> | 214 <!-- Translate Infobar colors --> |
| 210 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 215 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 211 | 216 |
| 212 <!-- Other colors --> | 217 <!-- Other colors --> |
| 213 <color name="selectable_list_item_highlight_color">#804281f4</color> | 218 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 214 <color name="media_viewer_bg">#000000</color> | 219 <color name="media_viewer_bg">#000000</color> |
| 215 <color name="image_viewer_bg">#0e0e0e</color> | 220 <color name="image_viewer_bg">#0e0e0e</color> |
| 216 | 221 |
| 217 </resources> | 222 </resources> |
| OLD | NEW |