| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 | 137 |
| 138 <!-- Reader mode colors --> | 138 <!-- Reader mode colors --> |
| 139 <color name="reader_mode_header_bg">#ff494949</color> | 139 <color name="reader_mode_header_bg">#ff494949</color> |
| 140 | 140 |
| 141 <!-- WebappActivity colors --> | 141 <!-- WebappActivity colors --> |
| 142 <color name="webapp_default_bg">#fafafa</color> | 142 <color name="webapp_default_bg">#fafafa</color> |
| 143 <color name="webapp_splash_title_light">#ffffff</color> | 143 <color name="webapp_splash_title_light">#ffffff</color> |
| 144 <color name="webapp_url_bar_bg">#fafafa</color> | 144 <color name="webapp_url_bar_bg">#fafafa</color> |
| 145 <color name="webapp_url_bar_separator">#e1e1e1</color> | 145 <color name="webapp_url_bar_separator">#e1e1e1</color> |
| 146 | 146 |
| 147 <!-- Enhanced bookmark UI colors --> | 147 <!-- Bookmark UI colors --> |
| 148 <color name="enhanced_bookmark_detail_text">#212121</color> | 148 <color name="bookmark_detail_text">#212121</color> |
| 149 <color name="enhanced_bookmark_detail_section">#7C7B79</color> | 149 <color name="bookmark_detail_section">#7C7B79</color> |
| 150 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color> | 150 <color name="bookmark_app_bar_shadow_color">#1D000000</color> |
| 151 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co
lor> | 151 <color name="bookmark_drawer_selected_background_color">#F0F0F0</color> |
| 152 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> | 152 <color name="bookmark_list_item_highlight_color">#804281f4</color> |
| 153 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> | 153 <color name="bookmark_icon_background_color">#ff787878</color> |
| 154 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col
or</color> | 154 <color name="bookmark_appbar_background">@color/default_primary_color</color
> |
| 155 | 155 |
| 156 <!-- Opt out promo --> | 156 <!-- Opt out promo --> |
| 157 <color name="opt_out_text_color">#646464</color> | 157 <color name="opt_out_text_color">#646464</color> |
| 158 | 158 |
| 159 <!-- Media UI Colors --> | 159 <!-- Media UI Colors --> |
| 160 <color name="media_session_icon_color">#14181C</color> | 160 <color name="media_session_icon_color">#14181C</color> |
| 161 | 161 |
| 162 <!-- Smart Lock for Passwords UI colors--> | 162 <!-- Smart Lock for Passwords UI colors--> |
| 163 <color name="smart_lock_auto_signin_snackbar_background_color">#2196F3</colo
r> | 163 <color name="smart_lock_auto_signin_snackbar_background_color">#2196F3</colo
r> |
| 164 | 164 |
| 165 <!-- Physical Web colors --> | 165 <!-- Physical Web colors --> |
| 166 <color name="physical_web_header_color">#333</color> | 166 <color name="physical_web_header_color">#333</color> |
| 167 <color name="physical_web_url_color">#969696</color> | 167 <color name="physical_web_url_color">#969696</color> |
| 168 <color name="physical_web_url_description_color">#646464</color> | 168 <color name="physical_web_url_description_color">#646464</color> |
| 169 <color name="physical_web_logo_gray_tint">#ccc</color> | 169 <color name="physical_web_logo_gray_tint">#ccc</color> |
| 170 | 170 |
| 171 <!-- Bottom bar colors --> | 171 <!-- Bottom bar colors --> |
| 172 <color name="bottom_bar_shadow_color">#1d000000</color> | 172 <color name="bottom_bar_shadow_color">#1d000000</color> |
| 173 </resources> | 173 </resources> |
| OLD | NEW |