| 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> |
| 11 <color name="light_active_color">#4285F4</color> | 11 <color name="light_active_color">#4285F4</color> |
| 12 <color name="input_underline_color">#e5e5e5</color> | |
| 13 <color name="input_underline_error_color">#d32f2f</color> | 12 <color name="input_underline_error_color">#d32f2f</color> |
| 14 <color name="explanation_text_color">#909090</color> | 13 <color name="explanation_text_color">#909090</color> |
| 15 <color name="text_highlight_color">#C6DAFC</color> | 14 <color name="text_highlight_color">#C6DAFC</color> |
| 16 <color name="dark_action_bar_color">#263238</color> | 15 <color name="dark_action_bar_color">#263238</color> |
| 17 <color name="descriptive_text_color">#646464</color> | 16 <color name="descriptive_text_color">#646464</color> |
| 18 <color name="error_text_color">#c53929</color> | 17 <color name="error_text_color">#c53929</color> |
| 19 <color name="google_blue_700">#3367d6</color> | 18 <color name="google_blue_700">#3367d6</color> |
| 20 <color name="google_red_700">#c53929</color> | 19 <color name="google_red_700">#c53929</color> |
| 21 <color name="google_green_700">#0b8043</color> | 20 <color name="google_green_700">#0b8043</color> |
| 22 <color name="google_grey_100">#f5f5f5</color> | 21 <color name="google_grey_100">#f5f5f5</color> |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 <color name="ntp_bg">#fff</color> | 103 <color name="ntp_bg">#fff</color> |
| 105 <color name="ntp_bg_incognito">#222</color> | 104 <color name="ntp_bg_incognito">#222</color> |
| 106 <color name="ntp_search_box_hint">#969696</color> | 105 <color name="ntp_search_box_hint">#969696</color> |
| 107 <color name="ntp_list_item_text">#333</color> | 106 <color name="ntp_list_item_text">#333</color> |
| 108 <color name="ntp_list_header_text">#333</color> | 107 <color name="ntp_list_header_text">#333</color> |
| 109 <color name="ntp_list_header_subtext">#969696</color> | 108 <color name="ntp_list_header_subtext">#969696</color> |
| 110 <color name="ntp_list_header_subtext_active">#7cadff</color> | 109 <color name="ntp_list_header_subtext_active">#7cadff</color> |
| 111 <color name="ntp_material_design_bg">#f2f2f2</color> | 110 <color name="ntp_material_design_bg">#f2f2f2</color> |
| 112 <color name="snippets_thumnail_placeholder_bg">#f2f2f2</color> | 111 <color name="snippets_thumnail_placeholder_bg">#f2f2f2</color> |
| 113 <color name="snippets_thumnail_placeholder_fg">#757575</color> | 112 <color name="snippets_thumnail_placeholder_fg">#757575</color> |
| 114 <color name="snippets_background_color">#fff</color> | |
| 115 <color name="snippets_publisher_name_color">#646464</color> | 113 <color name="snippets_publisher_name_color">#646464</color> |
| 116 <color name="snippets_text_color">#646464</color> | 114 <color name="snippets_text_color">#646464</color> |
| 117 <color name="snippets_list_header_text_color">#646464</color> | 115 <color name="snippets_list_header_text_color">#646464</color> |
| 118 <color name="snippets_headline_text_color">#333333</color> | 116 <color name="snippets_headline_text_color">#333333</color> |
| 119 | 117 |
| 120 <!-- Most Visited colors. --> | 118 <!-- Most Visited colors. --> |
| 121 <color name="most_visited_text">#6f6f6f</color> | 119 <color name="most_visited_text">#6f6f6f</color> |
| 122 <color name="most_visited_offline_badge_tint">#4285f4</color> | 120 <color name="most_visited_offline_badge_tint">#4285f4</color> |
| 123 | 121 |
| 124 <!-- Contextual Search colors --> | 122 <!-- Contextual Search colors --> |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 <!-- Bottom bar colors --> | 194 <!-- Bottom bar colors --> |
| 197 <color name="bottom_bar_shadow_color">#1d000000</color> | 195 <color name="bottom_bar_shadow_color">#1d000000</color> |
| 198 | 196 |
| 199 <!-- Payments UI colors --> | 197 <!-- Payments UI colors --> |
| 200 <color name="payments_ui_scrim">#000000</color> | 198 <color name="payments_ui_scrim">#000000</color> |
| 201 <color name="payments_section_edit_background">#f5f5f5</color> | 199 <color name="payments_section_edit_background">#f5f5f5</color> |
| 202 <color name="payments_section_chevron">#b2b2b2</color> | 200 <color name="payments_section_chevron">#b2b2b2</color> |
| 203 <color name="payments_section_separator">#e0e0e0</color> | 201 <color name="payments_section_separator">#e0e0e0</color> |
| 204 | 202 |
| 205 </resources> | 203 </resources> |
| OLD | NEW |