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

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

Issue 2063823005: [android] New origin security indicator icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Optimized PNGs. 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
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 bb238f4d0620a1430ec59bd0ad81f7e773cb1daf..54168b2df1a09600e4729dd4bb30434218eea0ba 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_red_700">#c53929</color>
+ <color name="google_green_700">#0b8043</color>
<color name="google_grey_100">#f5f5f5</color>
<color name="google_grey_300">#e0e0e0</color>

Powered by Google App Engine
This is Rietveld 408576698