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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 03a1ce0317687df3320522e34db3e98dc985ca99..ac7bfdc67af8b91a78ebd04babb6b3124dfcd8af 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -78,7 +78,7 @@
<color name="url_emphasis_light_default_text">#ffffff</color>
<!-- Omnibox Suggestion colors -->
- <color name="suggestion_url">@color/google_blue_700</color>
+ <color name="suggestion_url">#5595fe</color>
<color name="answers_description_text_negative">@color/google_red_700</color>
<color name="answers_description_text_positive">@color/google_green_700</color>
<color name="answers_answer_text">#8a8a8a</color>
« 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