| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 <color name="progress_bar_background">#3d4386f7</color> | 115 <color name="progress_bar_background">#3d4386f7</color> |
| 116 <color name="progress_bar_background_white">#4d000000</color> | 116 <color name="progress_bar_background_white">#4d000000</color> |
| 117 | 117 |
| 118 <!-- Theme colors. Also used for toolbar background --> | 118 <!-- Theme colors. Also used for toolbar background --> |
| 119 <color name="incognito_primary_color">#505050</color> | 119 <color name="incognito_primary_color">#505050</color> |
| 120 | 120 |
| 121 <!-- LocationBar colors --> | 121 <!-- LocationBar colors --> |
| 122 <color name="locationbar_light_hint_text">#80ffffff</color> | 122 <color name="locationbar_light_hint_text">#80ffffff</color> |
| 123 <color name="locationbar_light_selection_color">#cc5595fe</color> | 123 <color name="locationbar_light_selection_color">#cc5595fe</color> |
| 124 <color name="locationbar_verbose_status_color">#8a000000</color> | 124 <color name="locationbar_verbose_status_color">#8a000000</color> |
| 125 <color name="locationbar_light_verbose_status_color">#b3ffffff</color> |
| 126 <color name="locationbar_status_separator_color">#1f000000</color> |
| 127 <color name="locationbar_light_status_separator_color">#26ffffff</color> |
| 125 | 128 |
| 126 <!-- Find in Page colors --> | 129 <!-- Find in Page colors --> |
| 127 <color name="find_result_bar_background_color">#bfffffff</color> | 130 <color name="find_result_bar_background_color">#bfffffff</color> |
| 128 <color name="find_result_bar_background_border_color">#bf666666</color> | 131 <color name="find_result_bar_background_border_color">#bf666666</color> |
| 129 <color name="find_result_bar_result_color">#ffde43</color> | 132 <color name="find_result_bar_result_color">#ffde43</color> |
| 130 <color name="find_result_bar_result_border_color">#c9af35</color> | 133 <color name="find_result_bar_result_border_color">#c9af35</color> |
| 131 <color name="find_result_bar_active_color">#ff9632</color> | 134 <color name="find_result_bar_active_color">#ff9632</color> |
| 132 <color name="find_result_bar_active_border_color">#c37e3b</color> | 135 <color name="find_result_bar_active_border_color">#c37e3b</color> |
| 133 <color name="find_in_page_query_color">#333333</color> | 136 <color name="find_in_page_query_color">#333333</color> |
| 134 <color name="find_in_page_query_white_color">#ffffff</color> | 137 <color name="find_in_page_query_white_color">#ffffff</color> |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 | 177 |
| 175 <!-- Physical Web diagnostics colors --> | 178 <!-- Physical Web diagnostics colors --> |
| 176 <color name="physical_web_diags_success_color">#00933b</color> | 179 <color name="physical_web_diags_success_color">#00933b</color> |
| 177 <color name="physical_web_diags_failure_color">#f90101</color> | 180 <color name="physical_web_diags_failure_color">#f90101</color> |
| 178 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> | 181 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> |
| 179 | 182 |
| 180 <!-- Bottom bar colors --> | 183 <!-- Bottom bar colors --> |
| 181 <color name="bottom_bar_shadow_color">#1d000000</color> | 184 <color name="bottom_bar_shadow_color">#1d000000</color> |
| 182 | 185 |
| 183 </resources> | 186 </resources> |
| OLD | NEW |