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

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

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « chrome/android/java/res/values-v19/values.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | 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 7d466b8da8ef7a4f481c38a49865f6dbbf9e8341..ecdd61e71836635f0e1ebbbf27d21b4fdfa2b426 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -17,6 +17,8 @@
<color name="descriptive_text_color">#646464</color>
<color name="error_text_color">#c53929</color>
<color name="google_blue_700">#3367d6</color>
+ <color name="google_grey_100">#f5f5f5</color>
+ <color name="google_grey_300">#e0e0e0</color>
<!-- Infobar colors -->
<color name="infobar_accent_blue">#4285f4</color>
@@ -165,7 +167,9 @@
<color name="bookmark_app_bar_shadow_color">#1D000000</color>
<color name="bookmark_drawer_selected_background_color">#F0F0F0</color>
<color name="bookmark_list_item_highlight_color">#804281f4</color>
- <color name="bookmark_icon_background_color">#ff787878</color>
+
+ <!-- Favicon colors -->
+ <color name="default_favicon_background_color">#ff787878</color>
<!-- Bookmark widget colors -->
<color name="bookmark_widget_pressed_highlight">#1D000000</color>
« no previous file with comments | « chrome/android/java/res/values-v19/values.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698