| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color> | 79 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color> |
| 80 | 80 |
| 81 <!-- First Run Experience Colors --> | 81 <!-- First Run Experience Colors --> |
| 82 <color name="fre_text_color">#000000</color> | 82 <color name="fre_text_color">#000000</color> |
| 83 <color name="fre_light_text_color">#494949</color> | 83 <color name="fre_light_text_color">#494949</color> |
| 84 <color name="fre_title_color">#161616</color> | 84 <color name="fre_title_color">#161616</color> |
| 85 | 85 |
| 86 <!-- Sad Tab colors --> | 86 <!-- Sad Tab colors --> |
| 87 <color name="sad_tab_header_text_color">#333333</color> | 87 <color name="sad_tab_header_text_color">#333333</color> |
| 88 <color name="sad_tab_body_text_color">#646464</color> | 88 <color name="sad_tab_body_text_color">#646464</color> |
| 89 | 89 |
| 90 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> | 90 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> |
| 91 <color name="ntp_bg">#fff</color> | 91 <color name="ntp_bg">#fff</color> |
| 92 <color name="ntp_bg_incognito">#222</color> | 92 <color name="ntp_bg_incognito">#222</color> |
| 93 <color name="ntp_most_visited_text">#333</color> | 93 <color name="ntp_most_visited_text">#333</color> |
| 94 <color name="ntp_most_visited_bg">#f2f2f2</color> | 94 <color name="ntp_most_visited_bg">#f2f2f2</color> |
| 95 <color name="ntp_list_item_text">#333</color> | 95 <color name="ntp_list_item_text">#333</color> |
| 96 <color name="ntp_list_header_text">#333</color> | 96 <color name="ntp_list_header_text">#333</color> |
| 97 <color name="ntp_list_header_subtext">#969696</color> | 97 <color name="ntp_list_header_subtext">#969696</color> |
| 98 <color name="ntp_list_header_subtext_active">#7cadff</color> | 98 <color name="ntp_list_header_subtext_active">#7cadff</color> |
| 99 | 99 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 124 <color name="find_in_page_results_status_white_color">#7f7f7f</color> | 124 <color name="find_in_page_results_status_white_color">#7f7f7f</color> |
| 125 <color name="find_in_page_failed_results_status_color">#db4437</color> | 125 <color name="find_in_page_failed_results_status_color">#db4437</color> |
| 126 | 126 |
| 127 <!-- App Launch Colors --> | 127 <!-- App Launch Colors --> |
| 128 <color name="light_background_color">#FFFFFF</color> | 128 <color name="light_background_color">#FFFFFF</color> |
| 129 | 129 |
| 130 <!-- Reader mode colors --> | 130 <!-- Reader mode colors --> |
| 131 <color name="reader_mode_header_bg">#ff494949</color> | 131 <color name="reader_mode_header_bg">#ff494949</color> |
| 132 | 132 |
| 133 <!-- WebappActivity colors --> | 133 <!-- WebappActivity colors --> |
| 134 <color name="webapp_splash_default_bg">#fafafa</color> |
| 135 <color name="webapp_splash_title">#333333</color> |
| 134 <color name="webapp_url_bar_bg">#fafafa</color> | 136 <color name="webapp_url_bar_bg">#fafafa</color> |
| 135 <color name="webapp_url_bar_separator">#e1e1e1</color> | 137 <color name="webapp_url_bar_separator">#e1e1e1</color> |
| 136 | 138 |
| 137 <!-- Enhanced bookmark UI colors --> | 139 <!-- Enhanced bookmark UI colors --> |
| 138 <color name="enhanced_bookmark_detail_text">#212121</color> | 140 <color name="enhanced_bookmark_detail_text">#212121</color> |
| 139 <color name="enhanced_bookmark_detail_section">#7C7B79</color> | 141 <color name="enhanced_bookmark_detail_section">#7C7B79</color> |
| 140 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color> | 142 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color> |
| 141 <color name="enhanced_bookmark_selection_action_bar_background">#4F82F4</col
or> | 143 <color name="enhanced_bookmark_selection_action_bar_background">#4F82F4</col
or> |
| 142 <color name="enhanced_bookmark_drawer_selected_color">#4281F4</color> | 144 <color name="enhanced_bookmark_drawer_selected_color">#4281F4</color> |
| 143 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co
lor> | 145 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co
lor> |
| 144 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> | 146 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> |
| 145 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> | 147 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> |
| 146 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col
or</color> | 148 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col
or</color> |
| 147 | 149 |
| 148 <!-- Opt out promo --> | 150 <!-- Opt out promo --> |
| 149 <color name="opt_out_text_color">#646464</color> | 151 <color name="opt_out_text_color">#646464</color> |
| 150 </resources> | 152 </resources> |
| OLD | NEW |