| 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 <color name="contextual_search_promo_border_color">#C2C2C2</color> | 137 <color name="contextual_search_promo_border_color">#C2C2C2</color> |
| 138 | 138 |
| 139 <!-- Progress Bar colors --> | 139 <!-- Progress Bar colors --> |
| 140 <color name="progress_bar_foreground">@color/light_active_color</color> | 140 <color name="progress_bar_foreground">@color/light_active_color</color> |
| 141 <color name="progress_bar_foreground_white">@android:color/white</color> | 141 <color name="progress_bar_foreground_white">@android:color/white</color> |
| 142 <color name="progress_bar_secondary">@color/google_grey_600</color> | 142 <color name="progress_bar_secondary">@color/google_grey_600</color> |
| 143 <color name="progress_bar_background">#3d4386f7</color> | 143 <color name="progress_bar_background">#3d4386f7</color> |
| 144 <color name="progress_bar_background_white">@color/black_alpha_30</color> | 144 <color name="progress_bar_background_white">@color/black_alpha_30</color> |
| 145 | 145 |
| 146 <!-- Theme colors. Also used for toolbar background --> | 146 <!-- Theme colors. Also used for toolbar background --> |
| 147 <color name="incognito_primary_color">#424242</color> | 147 <color name="incognito_primary_color">#505050</color> |
| 148 | 148 |
| 149 <!-- LocationBar colors --> | 149 <!-- LocationBar colors --> |
| 150 <color name="locationbar_dark_hint_text">#969696</color> | 150 <color name="locationbar_dark_hint_text">#969696</color> |
| 151 <color name="locationbar_light_hint_text">@color/white_alpha_70</color> | 151 <color name="locationbar_light_hint_text">@color/white_alpha_70</color> |
| 152 <color name="locationbar_light_selection_color">#cc5595fe</color> | 152 <color name="locationbar_light_selection_color">#cc5595fe</color> |
| 153 <color name="locationbar_status_color">@color/light_normal_color</color> | 153 <color name="locationbar_status_color">@color/light_normal_color</color> |
| 154 <color name="locationbar_status_color_light">#ffffff</color> | 154 <color name="locationbar_status_color_light">#ffffff</color> |
| 155 <color name="locationbar_status_separator_color">#3d000000</color> | 155 <color name="locationbar_status_separator_color">#3d000000</color> |
| 156 <color name="locationbar_status_separator_color_light">#3dffffff</color> | 156 <color name="locationbar_status_separator_color_light">#3dffffff</color> |
| 157 <color name="omnibox_focused_fading_background_color">#a6000000</color> | 157 <color name="omnibox_focused_fading_background_color">#a6000000</color> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 | 211 |
| 212 <!-- Translate Infobar colors --> | 212 <!-- Translate Infobar colors --> |
| 213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 214 | 214 |
| 215 <!-- Other colors --> | 215 <!-- Other colors --> |
| 216 <color name="selectable_list_item_highlight_color">#804281f4</color> | 216 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 217 <color name="media_viewer_bg">#000000</color> | 217 <color name="media_viewer_bg">#000000</color> |
| 218 <color name="image_viewer_bg">#0e0e0e</color> | 218 <color name="image_viewer_bg">#0e0e0e</color> |
| 219 | 219 |
| 220 </resources> | 220 </resources> |
| OLD | NEW |