| 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 10 matching lines...) Expand all Loading... |
| 21 <color name="infobar_tertiary_button_text">#969696</color> | 21 <color name="infobar_tertiary_button_text">#969696</color> |
| 22 | 22 |
| 23 <!-- Tab Switcher Colors --> | 23 <!-- Tab Switcher Colors --> |
| 24 <color name="tab_switcher_background">#111111</color> | 24 <color name="tab_switcher_background">#111111</color> |
| 25 <color name="accessibility_tab_switcher_list_item">#252525</color> | 25 <color name="accessibility_tab_switcher_list_item">#252525</color> |
| 26 <color name="accessibility_close_undo_text">#3adaff</color> | 26 <color name="accessibility_close_undo_text">#3adaff</color> |
| 27 | 27 |
| 28 <!-- App banner colors --> | 28 <!-- App banner colors --> |
| 29 <color name="app_banner_install_button_bg">#689f38</color> | 29 <color name="app_banner_install_button_bg">#689f38</color> |
| 30 | 30 |
| 31 <!-- Website Settings Popup colors --> | 31 <!-- Connection Info Popup colors --> |
| 32 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col
or> |
| 33 |
| 34 <!-- Website Settings Popup colors --> |
| 32 <color name="website_settings_popup_button_text">#444444</color> | 35 <color name="website_settings_popup_button_text">#444444</color> |
| 33 <color name="website_settings_connection_broken_leading_text">#db4437</color
> | 36 <color name="website_settings_connection_broken_leading_text">#db4437</color
> |
| 34 <color name="website_settings_popup_permission_spinner_text">#646464</color> | 37 <color name="website_settings_popup_permission_spinner_text">#646464</color> |
| 38 <color name="website_settings_popup_text_link">#4285f4</color> |
| 35 | 39 |
| 36 <!-- URL Emphasizer colors --> | 40 <!-- URL Emphasizer colors --> |
| 37 <color name="url_emphasis_start_scheme_security_warning">#ffb000</color> | 41 <color name="url_emphasis_start_scheme_security_warning">#ffb000</color> |
| 38 <color name="url_emphasis_start_scheme_security_error">#db4437</color> | 42 <color name="url_emphasis_start_scheme_security_error">#db4437</color> |
| 39 <color name="url_emphasis_start_scheme_ev_secure">#1ac222</color> | 43 <color name="url_emphasis_start_scheme_ev_secure">#1ac222</color> |
| 40 <color name="url_emphasis_start_scheme_secure">#1ac222</color> | 44 <color name="url_emphasis_start_scheme_secure">#1ac222</color> |
| 41 <color name="url_emphasis_non_emphasized_text">#80333333</color> | 45 <color name="url_emphasis_non_emphasized_text">#80333333</color> |
| 42 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color> | 46 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color> |
| 43 <color name="url_emphasis_domain_and_registry">#333333</color> | 47 <color name="url_emphasis_domain_and_registry">#333333</color> |
| 44 <color name="url_emphasis_light_domain_and_registry">#ffffff</color> | 48 <color name="url_emphasis_light_domain_and_registry">#ffffff</color> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> | 81 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> |
| 78 <color name="ntp_bg">#fff</color> | 82 <color name="ntp_bg">#fff</color> |
| 79 | 83 |
| 80 <!-- Signin promo screen colors --> | 84 <!-- Signin promo screen colors --> |
| 81 <color name="illustration_background_color">#4FC3F7</color> | 85 <color name="illustration_background_color">#4FC3F7</color> |
| 82 | 86 |
| 83 <!-- Contextual Search colors --> | 87 <!-- Contextual Search colors --> |
| 84 <color name="contextual_search_promo_text_color">#333333</color> | 88 <color name="contextual_search_promo_text_color">#333333</color> |
| 85 <color name="contextual_search_promo_background_color">#EEEEEE</color> | 89 <color name="contextual_search_promo_background_color">#EEEEEE</color> |
| 86 </resources> | 90 </resources> |
| OLD | NEW |