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

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

Issue 2928363005: Revert url color in suggestion view (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | 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">@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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <!-- URL Emphasizer colors --> 71 <!-- URL Emphasizer colors -->
72 <color name="url_emphasis_non_emphasized_text">#80333333</color> 72 <color name="url_emphasis_non_emphasized_text">#80333333</color>
73 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color> 73 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color>
74 <color name="url_emphasis_domain_and_registry">#333333</color> 74 <color name="url_emphasis_domain_and_registry">#333333</color>
75 <color name="url_emphasis_light_domain_and_registry">#ffffff</color> 75 <color name="url_emphasis_light_domain_and_registry">#ffffff</color>
76 <color name="url_emphasis_default_text">@color/black_alpha_87</color> 76 <color name="url_emphasis_default_text">@color/black_alpha_87</color>
77 <!--suppress UnusedResources --> 77 <!--suppress UnusedResources -->
78 <color name="url_emphasis_light_default_text">#ffffff</color> 78 <color name="url_emphasis_light_default_text">#ffffff</color>
79 79
80 <!-- Omnibox Suggestion colors --> 80 <!-- Omnibox Suggestion colors -->
81 <color name="suggestion_url">@color/google_blue_700</color> 81 <color name="suggestion_url">#5595fe</color>
82 <color name="answers_description_text_negative">@color/google_red_700</color > 82 <color name="answers_description_text_negative">@color/google_red_700</color >
83 <color name="answers_description_text_positive">@color/google_green_700</col or> 83 <color name="answers_description_text_positive">@color/google_green_700</col or>
84 <color name="answers_answer_text">#8a8a8a</color> 84 <color name="answers_answer_text">#8a8a8a</color>
85 85
86 <!-- Distilled Page Prefs colors --> 86 <!-- Distilled Page Prefs colors -->
87 <color name="distilled_page_prefs_selected">#999999</color> 87 <color name="distilled_page_prefs_selected">#999999</color>
88 <color name="distilled_page_prefs_unselected">#ffffff</color> 88 <color name="distilled_page_prefs_unselected">#ffffff</color>
89 89
90 <!-- Password generation popup colors --> 90 <!-- Password generation popup colors -->
91 <color name="password_generation_divider_color">#e5e5e5</color> 91 <color name="password_generation_divider_color">#e5e5e5</color>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698