| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 <color name="webapp_splash_title_light">#ffffff</color> | 173 <color name="webapp_splash_title_light">#ffffff</color> |
| 174 <color name="webapp_url_bar_bg">#fafafa</color> | 174 <color name="webapp_url_bar_bg">#fafafa</color> |
| 175 <color name="webapp_url_bar_separator">#e1e1e1</color> | 175 <color name="webapp_url_bar_separator">#e1e1e1</color> |
| 176 | 176 |
| 177 <!-- Colors common to secondary activities like the BookmarkActivity and the
DownloadManagerUi --> | 177 <!-- Colors common to secondary activities like the BookmarkActivity and the
DownloadManagerUi --> |
| 178 <color name="appbar_background">@color/default_primary_color</color> | 178 <color name="appbar_background">@color/default_primary_color</color> |
| 179 | 179 |
| 180 <!-- Bookmark UI colors --> | 180 <!-- Bookmark UI colors --> |
| 181 <color name="bookmark_detail_text">#212121</color> | 181 <color name="bookmark_detail_text">#212121</color> |
| 182 <color name="bookmark_detail_section">#7C7B79</color> | 182 <color name="bookmark_detail_section">#7C7B79</color> |
| 183 <color name="bookmark_drawer_selected_background_color">#F0F0F0</color> | |
| 184 | 183 |
| 185 <!-- Favicon colors --> | 184 <!-- Favicon colors --> |
| 186 <color name="default_favicon_background_color">#ff787878</color> | 185 <color name="default_favicon_background_color">#ff787878</color> |
| 187 | 186 |
| 188 <!-- Photo Picker colors --> | 187 <!-- Photo Picker colors --> |
| 189 <color name="photo_picker_tile_bg_color">@color/google_grey_200</color> | 188 <color name="photo_picker_tile_bg_color">@color/google_grey_200</color> |
| 190 <color name="photo_picker_special_tile_bg_color">@color/dark_action_bar_colo
r</color> | 189 <color name="photo_picker_special_tile_bg_color">@color/dark_action_bar_colo
r</color> |
| 191 <color name="photo_picker_special_tile_color">@android:color/white</color> | 190 <color name="photo_picker_special_tile_color">@android:color/white</color> |
| 192 <color name="photo_picker_special_tile_disabled_bg_color">@color/google_grey
_300</color> | 191 <color name="photo_picker_special_tile_disabled_bg_color">@color/google_grey
_300</color> |
| 193 <color name="photo_picker_special_tile_disabled_color">@color/google_grey_40
0</color> | 192 <color name="photo_picker_special_tile_disabled_color">@color/google_grey_40
0</color> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 210 | 209 |
| 211 <!-- Translate Infobar colors --> | 210 <!-- Translate Infobar colors --> |
| 212 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 211 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 213 | 212 |
| 214 <!-- Other colors --> | 213 <!-- Other colors --> |
| 215 <color name="selectable_list_item_highlight_color">#804281f4</color> | 214 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 216 <color name="media_viewer_bg">#000000</color> | 215 <color name="media_viewer_bg">#000000</color> |
| 217 <color name="image_viewer_bg">#0e0e0e</color> | 216 <color name="image_viewer_bg">#0e0e0e</color> |
| 218 | 217 |
| 219 </resources> | 218 </resources> |
| OLD | NEW |