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

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

Issue 2145243002: Revert of [android] Correct the URL scheme colors in the Omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 <!-- Connection Info Popup colors --> 44 <!-- Connection Info Popup colors -->
45 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col or> 45 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col or>
46 <color name="connection_info_popup_text">#444444</color> 46 <color name="connection_info_popup_text">#444444</color>
47 47
48 <!-- Website Settings Popup colors --> 48 <!-- Website Settings Popup colors -->
49 <color name="website_settings_popup_text">#444444</color> 49 <color name="website_settings_popup_text">#444444</color>
50 <color name="website_settings_popup_text_link">#4285f4</color> 50 <color name="website_settings_popup_text_link">#4285f4</color>
51 51
52 <!-- URL Emphasizer colors --> 52 <!-- URL Emphasizer colors -->
53 <color name="url_emphasis_start_scheme_security_warning">#ffb000</color>
54 <color name="url_emphasis_start_scheme_security_error">#db4437</color>
55 <color name="url_emphasis_start_scheme_ev_secure">#1ac222</color>
56 <color name="url_emphasis_start_scheme_secure">#1ac222</color>
53 <color name="url_emphasis_non_emphasized_text">#80333333</color> 57 <color name="url_emphasis_non_emphasized_text">#80333333</color>
54 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color> 58 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color>
55 <color name="url_emphasis_domain_and_registry">#333333</color> 59 <color name="url_emphasis_domain_and_registry">#333333</color>
56 <color name="url_emphasis_light_domain_and_registry">#ffffff</color> 60 <color name="url_emphasis_light_domain_and_registry">#ffffff</color>
57 <color name="url_emphasis_default_text">#333333</color> 61 <color name="url_emphasis_default_text">#333333</color>
58 <!--suppress UnusedResources --> 62 <!--suppress UnusedResources -->
59 <color name="url_emphasis_light_default_text">#ffffff</color> 63 <color name="url_emphasis_light_default_text">#ffffff</color>
60 64
61 <!-- Distilled Page Prefs colors --> 65 <!-- Distilled Page Prefs colors -->
62 <color name="distilled_page_prefs_selected">#999999</color> 66 <color name="distilled_page_prefs_selected">#999999</color>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 <!-- Bottom bar colors --> 194 <!-- Bottom bar colors -->
191 <color name="bottom_bar_shadow_color">#1d000000</color> 195 <color name="bottom_bar_shadow_color">#1d000000</color>
192 196
193 <!-- Payments UI colors --> 197 <!-- Payments UI colors -->
194 <color name="payments_ui_scrim">#000000</color> 198 <color name="payments_ui_scrim">#000000</color>
195 <color name="payments_section_edit_background">#f5f5f5</color> 199 <color name="payments_section_edit_background">#f5f5f5</color>
196 <color name="payments_section_chevron">#b2b2b2</color> 200 <color name="payments_section_chevron">#b2b2b2</color>
197 <color name="payments_section_separator">#e0e0e0</color> 201 <color name="payments_section_separator">#e0e0e0</color>
198 202
199 </resources> 203 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698