commit 0fc3805997a4a447f8dc986791e495aaab1778ed Author: Nathan Freitas nathan@freitas.net Date: Mon Feb 23 12:28:52 2015 -0500
update new colors --- res/values/colors.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/res/values/colors.xml b/res/values/colors.xml index 8a93834..3bc14fa 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -3,5 +3,6 @@ <color name="panel_background">#55460072</color> <color name="panel_background_dark">#aa460072</color> <color name="panel_background_main">#460072</color> - + <color name="bright_green">#ccff2a</color> + <color name="dark_green">#669901</color> </resources>
tor-commits@lists.torproject.org