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

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

Issue 1237563004: Remove duplicate color used in EB ActionBar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove another color Created 5 years, 5 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <color name="reader_mode_header_bg">#ff494949</color> 131 <color name="reader_mode_header_bg">#ff494949</color>
132 132
133 <!-- WebappActivity colors --> 133 <!-- WebappActivity colors -->
134 <color name="webapp_url_bar_bg">#fafafa</color> 134 <color name="webapp_url_bar_bg">#fafafa</color>
135 <color name="webapp_url_bar_separator">#e1e1e1</color> 135 <color name="webapp_url_bar_separator">#e1e1e1</color>
136 136
137 <!-- Enhanced bookmark UI colors --> 137 <!-- Enhanced bookmark UI colors -->
138 <color name="enhanced_bookmark_detail_text">#212121</color> 138 <color name="enhanced_bookmark_detail_text">#212121</color>
139 <color name="enhanced_bookmark_detail_section">#7C7B79</color> 139 <color name="enhanced_bookmark_detail_section">#7C7B79</color>
140 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color> 140 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color>
141 <color name="enhanced_bookmark_selection_action_bar_background">#4F82F4</col or>
142 <color name="enhanced_bookmark_drawer_selected_color">#4281F4</color>
143 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co lor> 141 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co lor>
144 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> 142 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color>
145 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> 143 <color name="enhanced_bookmark_icon_background_color">#ff787878</color>
146 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color> 144 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color>
147 145
148 <!-- Opt out promo --> 146 <!-- Opt out promo -->
149 <color name="opt_out_text_color">#646464</color> 147 <color name="opt_out_text_color">#646464</color>
150 </resources> 148 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698