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

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

Issue 1773473003: [Offline pages] Reduce the icon set for offline bolt, update colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: 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 ed9e9b6bb7fb067939e651fff94c32598f0a99af..d7075bab29899e0198a52da18a97aee7710a3909 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -118,10 +118,10 @@
<!-- LocationBar colors -->
<color name="locationbar_light_hint_text">#80ffffff</color>
<color name="locationbar_light_selection_color">#cc5595fe</color>
- <color name="locationbar_verbose_status_color">#8a000000</color>
- <color name="locationbar_light_verbose_status_color">#b3ffffff</color>
- <color name="locationbar_status_separator_color">#1f000000</color>
- <color name="locationbar_light_status_separator_color">#26ffffff</color>
+ <color name="locationbar_status_color">@color/light_normal_color</color>
+ <color name="locationbar_status_color_light">#ffffff</color>
+ <color name="locationbar_status_separator_color">#3d000000</color>
+ <color name="locationbar_status_separator_color_light">#3dffffff</color>
<!-- Find in Page colors -->
<color name="find_result_bar_background_color">#bfffffff</color>

Powered by Google App Engine
This is Rietveld 408576698