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

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

Issue 1729683005: [Offline pages] Adding the offline bolt light icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox-patch-1
Patch Set: Fixing the spacing proposed by git cl format Created 4 years, 10 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 1b97c904aeead4b730bf7deb51081ca13d750fc2..9ef3422196483b68c646497942c64a7e4323b7cf 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -122,6 +122,9 @@
<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>
<!-- Find in Page colors -->
<color name="find_result_bar_background_color">#bfffffff</color>

Powered by Google App Engine
This is Rietveld 408576698