| 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">@color/black_alpha_87</color> | 8 <color name="default_text_color">@color/black_alpha_87</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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 <color name="webapp_url_bar_separator">#e1e1e1</color> | 188 <color name="webapp_url_bar_separator">#e1e1e1</color> |
| 189 | 189 |
| 190 <!-- Bookmark UI colors --> | 190 <!-- Bookmark UI colors --> |
| 191 <color name="bookmark_detail_section">#7C7B79</color> | 191 <color name="bookmark_detail_section">#7C7B79</color> |
| 192 | 192 |
| 193 <!-- Favicon colors --> | 193 <!-- Favicon colors --> |
| 194 <color name="default_favicon_background_color">#ff787878</color> | 194 <color name="default_favicon_background_color">#ff787878</color> |
| 195 | 195 |
| 196 <!-- Photo Picker colors --> | 196 <!-- Photo Picker colors --> |
| 197 <color name="photo_picker_tile_bg_color">@color/google_grey_200</color> | 197 <color name="photo_picker_tile_bg_color">@color/google_grey_200</color> |
| 198 <color name="photo_picker_special_tile_bg_color">@color/dark_action_bar_colo
r</color> | 198 <color name="photo_picker_special_tile_bg_color">@color/google_grey_300</col
or> |
| 199 <color name="photo_picker_special_tile_color">@android:color/white</color> | 199 <color name="photo_picker_special_tile_color">@color/black_alpha_40</color> |
| 200 <color name="photo_picker_special_tile_disabled_bg_color">@color/google_grey
_300</color> | |
| 201 <color name="photo_picker_special_tile_disabled_color">@color/google_grey_40
0</color> | 200 <color name="photo_picker_special_tile_disabled_color">@color/google_grey_40
0</color> |
| 202 | 201 |
| 203 <!-- Bookmark widget colors --> | 202 <!-- Bookmark widget colors --> |
| 204 <color name="bookmark_widget_pressed_highlight">#1D000000</color> | 203 <color name="bookmark_widget_pressed_highlight">#1D000000</color> |
| 205 | 204 |
| 206 <!-- Physical Web diagnostics colors --> | 205 <!-- Physical Web diagnostics colors --> |
| 207 <color name="physical_web_diags_success_color">#00933b</color> | 206 <color name="physical_web_diags_success_color">#00933b</color> |
| 208 <color name="physical_web_diags_failure_color">#f90101</color> | 207 <color name="physical_web_diags_failure_color">#f90101</color> |
| 209 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> | 208 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> |
| 210 | 209 |
| 211 <!-- Payments UI colors --> | 210 <!-- Payments UI colors --> |
| 212 <color name="payments_section_edit_background">#f5f5f5</color> | 211 <color name="payments_section_edit_background">#f5f5f5</color> |
| 213 <color name="payments_section_chevron">#b2b2b2</color> | 212 <color name="payments_section_chevron">#b2b2b2</color> |
| 214 <color name="payments_section_separator">#e0e0e0</color> | 213 <color name="payments_section_separator">#e0e0e0</color> |
| 215 | 214 |
| 216 <!-- Translate Infobar colors --> | 215 <!-- Translate Infobar colors --> |
| 217 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 216 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 218 | 217 |
| 219 <!-- Other colors --> | 218 <!-- Other colors --> |
| 220 <color name="selectable_list_item_highlight_color">#804281f4</color> | 219 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 221 <color name="media_viewer_bg">#000000</color> | 220 <color name="media_viewer_bg">#000000</color> |
| 222 <color name="image_viewer_bg">#0e0e0e</color> | 221 <color name="image_viewer_bg">#0e0e0e</color> |
| 223 | 222 |
| 224 </resources> | 223 </resources> |
| OLD | NEW |