Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/values/abb_colors.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Created July 21, 2016, 2:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/values/abb_colors.xml
===================================================================
--- a/mobile/android/base/resources/values/abb_colors.xml
+++ b/mobile/android/base/resources/values/abb_colors.xml
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="abb_url_input_button_enabled">#ff0099cc</color>
- <color name="abb_url_input_button_disabled">#ffc5dfe8</color>
+
+ <color name="abb_accent_dark_blue">#009CD9</color>
+ <color name="abb_accent_dark_blue_alpha">#B3009CD9</color>
+
+ <color name="abb_private_purple">#9901E0</color>
+ <color name="abb_private_purple_alpha">#B39901E0</color>
+
+ <color name="abb_url_input_button_enabled">#0099CC</color>
+ <color name="abb_url_input_button_disabled">#C5DFE8</color>
+
+ <color name="abb_background_light_grey">#F8F8F8</color>
+ <color name="abb_border_grey">#CCCCCC</color>
+ <color name="abb_text_divider_grey">#A1A1A1</color>
+ <color name="abb_text_icons_dark_grey">#444444</color>
+
</resources>
-

Powered by Google App Engine
This is Rietveld