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

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

Issue 1780893005: Visual refresh for bookmarks widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: design tweaks Created 4 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 b69c03d708b0914ecdef4fc395219e44ba801e87..2e0e1f743c1302a2e8859ae993997ed4bfd6e758 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -161,6 +161,9 @@
<color name="bookmark_icon_background_color">#ff787878</color>
<color name="bookmark_appbar_background">@color/default_primary_color</color>
+ <!-- Bookmark widget colors -->
+ <color name="bookmark_widget_pressed_highlight">#1D000000</color>
+
<!-- Opt out promo -->
<color name="opt_out_text_color">#646464</color>

Powered by Google App Engine
This is Rietveld 408576698