| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 <color name="bookmark_detail_text">#212121</color> | 172 <color name="bookmark_detail_text">#212121</color> |
| 173 <color name="bookmark_detail_section">#7C7B79</color> | 173 <color name="bookmark_detail_section">#7C7B79</color> |
| 174 <color name="bookmark_drawer_selected_background_color">#F0F0F0</color> | 174 <color name="bookmark_drawer_selected_background_color">#F0F0F0</color> |
| 175 | 175 |
| 176 <!-- Favicon colors --> | 176 <!-- Favicon colors --> |
| 177 <color name="default_favicon_background_color">#ff787878</color> | 177 <color name="default_favicon_background_color">#ff787878</color> |
| 178 | 178 |
| 179 <!-- Bookmark widget colors --> | 179 <!-- Bookmark widget colors --> |
| 180 <color name="bookmark_widget_pressed_highlight">#1D000000</color> | 180 <color name="bookmark_widget_pressed_highlight">#1D000000</color> |
| 181 | 181 |
| 182 <!-- Physical Web colors --> | |
| 183 <color name="physical_web_header_color">#333</color> | |
| 184 <color name="physical_web_url_color">#969696</color> | |
| 185 <color name="physical_web_url_description_color">#646464</color> | |
| 186 | |
| 187 <!-- Physical Web diagnostics colors --> | 182 <!-- Physical Web diagnostics colors --> |
| 188 <color name="physical_web_diags_success_color">#00933b</color> | 183 <color name="physical_web_diags_success_color">#00933b</color> |
| 189 <color name="physical_web_diags_failure_color">#f90101</color> | 184 <color name="physical_web_diags_failure_color">#f90101</color> |
| 190 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> | 185 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> |
| 191 | 186 |
| 192 <!-- Bottom bar colors --> | 187 <!-- Bottom bar colors --> |
| 193 <color name="bottom_bar_shadow_color">#1d000000</color> | 188 <color name="bottom_bar_shadow_color">#1d000000</color> |
| 194 | 189 |
| 195 <!-- Payments UI colors --> | 190 <!-- Payments UI colors --> |
| 196 <color name="payments_ui_scrim">#000000</color> | 191 <color name="payments_ui_scrim">#000000</color> |
| 197 <color name="payments_section_edit_background">#f5f5f5</color> | 192 <color name="payments_section_edit_background">#f5f5f5</color> |
| 198 <color name="payments_section_chevron">#b2b2b2</color> | 193 <color name="payments_section_chevron">#b2b2b2</color> |
| 199 <color name="payments_section_separator">#e0e0e0</color> | 194 <color name="payments_section_separator">#e0e0e0</color> |
| 200 | 195 |
| 201 <!-- Other colors --> | 196 <!-- Other colors --> |
| 202 <color name="selectable_list_item_highlight_color">#804281f4</color> | 197 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 203 <color name="media_viewer_bg">#000000</color> | 198 <color name="media_viewer_bg">#000000</color> |
| 204 <color name="image_viewer_bg">#0e0e0e</color> | 199 <color name="image_viewer_bg">#0e0e0e</color> |
| 205 | 200 |
| 206 </resources> | 201 </resources> |
| OLD | NEW |