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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 2779543005: Add support for highlighting menu items (Closed)
Patch Set: Cleaned up some comments and code Created 3 years, 9 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
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 5a9ca83a07be2607c6bce585dff3ae0483d9792b..71d9b3b6472c2cd31645ee24e84497eedfe35452 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -16,6 +16,7 @@
<color name="descriptive_text_color">#646464</color>
<color name="error_text_color">#c53929</color>
<color name="google_blue_200">#90caf9</color>
+ <color name="google_blue_500">#4285F4</color>
<color name="google_blue_700">#3367d6</color>
<color name="google_blue_grey_500">#607D8B</color>
<color name="google_red_700">#c53929</color>

Powered by Google App Engine
This is Rietveld 408576698