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">@color/black_alpha_87</color> | 8 <color name="default_text_color">@color/black_alpha_87</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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 <color name="signin_head_background">#fff</color> | 114 <color name="signin_head_background">#fff</color> |
115 <color name="signin_body_background">#fafafa</color> | 115 <color name="signin_body_background">#fafafa</color> |
116 | 116 |
117 <!-- Sad Tab colors --> | 117 <!-- Sad Tab colors --> |
118 <color name="sad_tab_header_text_color">#333333</color> | 118 <color name="sad_tab_header_text_color">#333333</color> |
119 <color name="sad_tab_body_text_color">#646464</color> | 119 <color name="sad_tab_body_text_color">#646464</color> |
120 | 120 |
121 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> | 121 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> |
122 <color name="ntp_bg">#f2f2f2</color> | 122 <color name="ntp_bg">#f2f2f2</color> |
123 <color name="ntp_bg_incognito">#222</color> | 123 <color name="ntp_bg_incognito">#222</color> |
124 <color name="ntp_search_box_hint">#969696</color> | 124 <color name="ntp_search_box_hint">@color/black_alpha_54</color> |
125 <color name="ntp_list_item_text">#333</color> | 125 <color name="ntp_list_item_text">#333</color> |
126 <color name="ntp_list_header_text">#333</color> | 126 <color name="ntp_list_header_text">#333</color> |
127 <color name="ntp_list_header_subtext">#969696</color> | 127 <color name="ntp_list_header_subtext">#969696</color> |
128 <color name="ntp_list_header_subtext_active">#7cadff</color> | 128 <color name="ntp_list_header_subtext_active">#7cadff</color> |
129 <color name="snippets_thumbnail_placeholder_bg">#f2f2f2</color> | 129 <color name="snippets_thumbnail_placeholder_bg">#f2f2f2</color> |
130 <color name="snippets_thumbnail_placeholder_fg">#757575</color> | 130 <color name="snippets_thumbnail_placeholder_fg">#757575</color> |
131 <color name="snippets_publisher_name_color">#646464</color> | 131 <color name="snippets_publisher_name_color">#646464</color> |
132 <color name="snippets_text_color">#646464</color> | 132 <color name="snippets_text_color">#646464</color> |
133 <color name="snippets_list_header_text_color">#646464</color> | 133 <color name="snippets_list_header_text_color">#646464</color> |
134 <color name="snippets_headline_text_color">#333333</color> | 134 <color name="snippets_headline_text_color">#333333</color> |
(...skipping 16 matching lines...) Expand all Loading... |
151 <color name="progress_bar_foreground">@color/light_active_color</color> | 151 <color name="progress_bar_foreground">@color/light_active_color</color> |
152 <color name="progress_bar_foreground_white">@android:color/white</color> | 152 <color name="progress_bar_foreground_white">@android:color/white</color> |
153 <color name="progress_bar_secondary">@color/google_grey_600</color> | 153 <color name="progress_bar_secondary">@color/google_grey_600</color> |
154 <color name="progress_bar_background">#3d4386f7</color> | 154 <color name="progress_bar_background">#3d4386f7</color> |
155 <color name="progress_bar_background_white">@color/black_alpha_30</color> | 155 <color name="progress_bar_background_white">@color/black_alpha_30</color> |
156 | 156 |
157 <!-- Theme colors. Also used for toolbar background --> | 157 <!-- Theme colors. Also used for toolbar background --> |
158 <color name="incognito_primary_color">#505050</color> | 158 <color name="incognito_primary_color">#505050</color> |
159 | 159 |
160 <!-- LocationBar colors --> | 160 <!-- LocationBar colors --> |
161 <color name="locationbar_dark_hint_text">@color/black_alpha_38</color> | 161 <color name="locationbar_dark_hint_text">@color/black_alpha_54</color> |
162 <color name="locationbar_light_hint_text">@color/white_alpha_70</color> | 162 <color name="locationbar_light_hint_text">@color/white_alpha_70</color> |
163 <color name="locationbar_light_selection_color">#cc5595fe</color> | 163 <color name="locationbar_light_selection_color">#cc5595fe</color> |
164 <color name="locationbar_status_color">@color/black_alpha_54</color> | 164 <color name="locationbar_status_color">@color/black_alpha_54</color> |
165 <color name="locationbar_status_color_light">#ffffff</color> | 165 <color name="locationbar_status_color_light">#ffffff</color> |
166 <color name="locationbar_status_separator_color">#3d000000</color> | 166 <color name="locationbar_status_separator_color">#3d000000</color> |
167 <color name="locationbar_status_separator_color_light">#3dffffff</color> | 167 <color name="locationbar_status_separator_color_light">#3dffffff</color> |
168 <color name="omnibox_focused_fading_background_color">#a6000000</color> | 168 <color name="omnibox_focused_fading_background_color">#a6000000</color> |
169 | 169 |
170 <!-- Find in Page colors --> | 170 <!-- Find in Page colors --> |
171 <color name="find_result_bar_background_color">#bfffffff</color> | 171 <color name="find_result_bar_background_color">#bfffffff</color> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 | 218 |
219 <!-- Translate Infobar colors --> | 219 <!-- Translate Infobar colors --> |
220 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 220 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
221 | 221 |
222 <!-- Other colors --> | 222 <!-- Other colors --> |
223 <color name="selectable_list_item_highlight_color">#804281f4</color> | 223 <color name="selectable_list_item_highlight_color">#804281f4</color> |
224 <color name="media_viewer_bg">#000000</color> | 224 <color name="media_viewer_bg">#000000</color> |
225 <color name="image_viewer_bg">#0e0e0e</color> | 225 <color name="image_viewer_bg">#0e0e0e</color> |
226 | 226 |
227 </resources> | 227 </resources> |
OLD | NEW |