| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 <!-- App Background Colors --> | 172 <!-- App Background Colors --> |
| 173 <color name="light_background_color">#FFFFFF</color> | 173 <color name="light_background_color">#FFFFFF</color> |
| 174 <color name="resizing_background_color">#000000</color> | 174 <color name="resizing_background_color">#000000</color> |
| 175 | 175 |
| 176 <!-- WebappActivity colors --> | 176 <!-- WebappActivity colors --> |
| 177 <color name="webapp_default_bg">#fafafa</color> | 177 <color name="webapp_default_bg">#fafafa</color> |
| 178 <color name="webapp_splash_title_light">#ffffff</color> | 178 <color name="webapp_splash_title_light">#ffffff</color> |
| 179 <color name="webapp_url_bar_bg">#fafafa</color> | 179 <color name="webapp_url_bar_bg">#fafafa</color> |
| 180 <color name="webapp_url_bar_separator">#e1e1e1</color> | 180 <color name="webapp_url_bar_separator">#e1e1e1</color> |
| 181 | 181 |
| 182 <!-- Colors common to secondary activities like the BookmarkActivity and the
DownloadManagerUi --> | |
| 183 <color name="appbar_background">@color/default_primary_color</color> | |
| 184 | |
| 185 <!-- Bookmark UI colors --> | 182 <!-- Bookmark UI colors --> |
| 186 <color name="bookmark_detail_text">#212121</color> | 183 <color name="bookmark_detail_text">#212121</color> |
| 187 <color name="bookmark_detail_section">#7C7B79</color> | 184 <color name="bookmark_detail_section">#7C7B79</color> |
| 188 | 185 |
| 189 <!-- Favicon colors --> | 186 <!-- Favicon colors --> |
| 190 <color name="default_favicon_background_color">#ff787878</color> | 187 <color name="default_favicon_background_color">#ff787878</color> |
| 191 | 188 |
| 192 <!-- Photo Picker colors --> | 189 <!-- Photo Picker colors --> |
| 193 <color name="photo_picker_tile_bg_color">@color/google_grey_200</color> | 190 <color name="photo_picker_tile_bg_color">@color/google_grey_200</color> |
| 194 <color name="photo_picker_special_tile_bg_color">@color/dark_action_bar_colo
r</color> | 191 <color name="photo_picker_special_tile_bg_color">@color/dark_action_bar_colo
r</color> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 214 | 211 |
| 215 <!-- Translate Infobar colors --> | 212 <!-- Translate Infobar colors --> |
| 216 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 217 | 214 |
| 218 <!-- Other colors --> | 215 <!-- Other colors --> |
| 219 <color name="selectable_list_item_highlight_color">#804281f4</color> | 216 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 220 <color name="media_viewer_bg">#000000</color> | 217 <color name="media_viewer_bg">#000000</color> |
| 221 <color name="image_viewer_bg">#0e0e0e</color> | 218 <color name="image_viewer_bg">#0e0e0e</color> |
| 222 | 219 |
| 223 </resources> | 220 </resources> |
| OLD | NEW |