[tor-commits] [snowflake-mobile/master] Changed primary and Accent colors

cohosh at torproject.org cohosh at torproject.org
Mon Aug 10 16:49:27 UTC 2020


commit f7d5d45de6f944cf237182fa4abf7467165e3edb
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Fri Jul 24 12:14:09 2020 +0530

    Changed primary and Accent colors
---
 app/src/main/res/values/colors.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 030098f..2713191 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <color name="colorPrimary">#6200EE</color>
-    <color name="colorPrimaryDark">#3700B3</color>
-    <color name="colorAccent">#03DAC5</color>
+    <color name="colorPrimary">#1C1C1C</color>
+    <color name="colorPrimaryDark">#1C1C1C</color>
+    <color name="colorAccent">#5A0782</color>
 </resources>





More information about the tor-commits mailing list