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

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

Issue 2111693002: Update light theme toolbar tint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update unused value 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/color/dark_mode_tint.xml ('k') | 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 7fb6844a128f66729e04199cd085dc7a19b9624b..47468197b7fa0d06bd16b489b0d5412c7a443bec 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -22,6 +22,7 @@
<color name="google_grey_100">#f5f5f5</color>
<color name="google_grey_300">#e0e0e0</color>
<color name="toolbar_shadow_color">#1d000000</color>
+ <color name="toolbar_light_tint">#A3000000</color>
<!-- Infobar colors -->
<color name="infobar_accent_blue">#4285f4</color>
« no previous file with comments | « chrome/android/java/res/color/dark_mode_tint.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698