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

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

Issue 1958233002: Reland of Update NTP to new material design spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <color name="sad_tab_header_text_color">#333333</color> 92 <color name="sad_tab_header_text_color">#333333</color>
93 <color name="sad_tab_body_text_color">#646464</color> 93 <color name="sad_tab_body_text_color">#646464</color>
94 94
95 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> 95 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
96 <color name="ntp_bg">#fff</color> 96 <color name="ntp_bg">#fff</color>
97 <color name="ntp_bg_incognito">#222</color> 97 <color name="ntp_bg_incognito">#222</color>
98 <color name="ntp_list_item_text">#333</color> 98 <color name="ntp_list_item_text">#333</color>
99 <color name="ntp_list_header_text">#333</color> 99 <color name="ntp_list_header_text">#333</color>
100 <color name="ntp_list_header_subtext">#969696</color> 100 <color name="ntp_list_header_subtext">#969696</color>
101 <color name="ntp_list_header_subtext_active">#7cadff</color> 101 <color name="ntp_list_header_subtext_active">#7cadff</color>
102 <color name="ntp_with_cards_bg">#f2f2f2</color> 102 <color name="ntp_material_design_bg">#f2f2f2</color>
103 <color name="snippets_thumnail_placeholder_bg">#f2f2f2</color> 103 <color name="snippets_thumnail_placeholder_bg">#f2f2f2</color>
104 <color name="snippets_thumnail_placeholder_fg">#757575</color> 104 <color name="snippets_thumnail_placeholder_fg">#757575</color>
105 <color name="snippets_background_color">#fff</color> 105 <color name="snippets_background_color">#fff</color>
106 <color name="snippets_publisher_name_color">#646464</color> 106 <color name="snippets_publisher_name_color">#646464</color>
107 <color name="snippets_text_color">#646464</color> 107 <color name="snippets_text_color">#646464</color>
108 <color name="snippets_list_header_text_color">#646464</color> 108 <color name="snippets_list_header_text_color">#646464</color>
109 <color name="snippets_headline_text_color">#333333</color> 109 <color name="snippets_headline_text_color">#333333</color>
110 110
111 <!-- Contextual Search colors --> 111 <!-- Contextual Search colors -->
112 <color name="contextual_search_promo_text_color">#333333</color> 112 <color name="contextual_search_promo_text_color">#333333</color>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 <!-- Bottom bar colors --> 178 <!-- Bottom bar colors -->
179 <color name="bottom_bar_shadow_color">#1d000000</color> 179 <color name="bottom_bar_shadow_color">#1d000000</color>
180 180
181 <!-- Payments UI colors --> 181 <!-- Payments UI colors -->
182 <color name="payments_ui_scrim">#7f000000</color> 182 <color name="payments_ui_scrim">#7f000000</color>
183 <color name="payments_section_edit_background">#f5f5f5</color> 183 <color name="payments_section_edit_background">#f5f5f5</color>
184 <color name="payments_section_chevron">#b2b2b2</color> 184 <color name="payments_section_chevron">#b2b2b2</color>
185 <color name="payments_section_separator">#e0e0e0</color> 185 <color name="payments_section_separator">#e0e0e0</color>
186 186
187 </resources> 187 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698