| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> | 192 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> |
| 193 | 193 |
| 194 <!-- Bottom bar colors --> | 194 <!-- Bottom bar colors --> |
| 195 <color name="bottom_bar_shadow_color">#1d000000</color> | 195 <color name="bottom_bar_shadow_color">#1d000000</color> |
| 196 | 196 |
| 197 <!-- Payments UI colors --> | 197 <!-- Payments UI colors --> |
| 198 <color name="payments_ui_scrim">#000000</color> | 198 <color name="payments_ui_scrim">#000000</color> |
| 199 <color name="payments_section_edit_background">#f5f5f5</color> | 199 <color name="payments_section_edit_background">#f5f5f5</color> |
| 200 <color name="payments_section_chevron">#b2b2b2</color> | 200 <color name="payments_section_chevron">#b2b2b2</color> |
| 201 <color name="payments_section_separator">#e0e0e0</color> | 201 <color name="payments_section_separator">#e0e0e0</color> |
| 202 |
| 203 <!-- Background color for icons --> |
| 204 <color name="white_icon_background">#0000</color> |
| 202 | 205 |
| 203 </resources> | 206 </resources> |
| OLD | NEW |