Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 2902013002: Implement a sketch of the new MD Incognito NTP on Android (Closed)
Patch Set: Addressed first coments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 <color name="ntp_list_header_text">#333</color> 120 <color name="ntp_list_header_text">#333</color>
121 <color name="ntp_list_header_subtext">#969696</color> 121 <color name="ntp_list_header_subtext">#969696</color>
122 <color name="ntp_list_header_subtext_active">#7cadff</color> 122 <color name="ntp_list_header_subtext_active">#7cadff</color>
123 <color name="snippets_thumbnail_placeholder_bg">#f2f2f2</color> 123 <color name="snippets_thumbnail_placeholder_bg">#f2f2f2</color>
124 <color name="snippets_thumbnail_placeholder_fg">#757575</color> 124 <color name="snippets_thumbnail_placeholder_fg">#757575</color>
125 <color name="snippets_publisher_name_color">#646464</color> 125 <color name="snippets_publisher_name_color">#646464</color>
126 <color name="snippets_text_color">#646464</color> 126 <color name="snippets_text_color">#646464</color>
127 <color name="snippets_list_header_text_color">#646464</color> 127 <color name="snippets_list_header_text_color">#646464</color>
128 <color name="snippets_headline_text_color">#333333</color> 128 <color name="snippets_headline_text_color">#333333</color>
129 129
130 <!-- Incognito NTP Colors. -->
131 <color name="incognito_text">#b3ffffff</color>
132 <color name="incognito_emphasis">@android:color/white</color>
133 <color name="incognito_header">#ccffffff</color>
134
130 <!-- Site suggestion tile colors. --> 135 <!-- Site suggestion tile colors. -->
131 <color name="tile_view_text">#6f6f6f</color> 136 <color name="tile_view_text">#6f6f6f</color>
132 <color name="tile_view_offline_badge_tint">#4285f4</color> 137 <color name="tile_view_offline_badge_tint">#4285f4</color>
133 138
134 <!-- Contextual Search colors --> 139 <!-- Contextual Search colors -->
135 <color name="contextual_search_promo_text_color">#333333</color> 140 <color name="contextual_search_promo_text_color">#333333</color>
136 <color name="contextual_search_promo_background_color">#EEEEEE</color> 141 <color name="contextual_search_promo_background_color">#EEEEEE</color>
137 <color name="contextual_search_promo_border_color">#C2C2C2</color> 142 <color name="contextual_search_promo_border_color">#C2C2C2</color>
138 143
139 <!-- Progress Bar colors --> 144 <!-- Progress Bar colors -->
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 216
212 <!-- Translate Infobar colors --> 217 <!-- Translate Infobar colors -->
213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> 218 <color name="translate_overflow_menu_divider_color">#e0e0e0</color>
214 219
215 <!-- Other colors --> 220 <!-- Other colors -->
216 <color name="selectable_list_item_highlight_color">#804281f4</color> 221 <color name="selectable_list_item_highlight_color">#804281f4</color>
217 <color name="media_viewer_bg">#000000</color> 222 <color name="media_viewer_bg">#000000</color>
218 <color name="image_viewer_bg">#0e0e0e</color> 223 <color name="image_viewer_bg">#0e0e0e</color>
219 <color name="cast_media_controller_text">#bebebe</color> 224 <color name="cast_media_controller_text">#bebebe</color>
220 </resources> 225 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698