]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Change the night access color to light violet. https://redmine.stoutner.com/issues/572
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index bb10d238eda8c527d4f7175d9d03def9eda58d77..7c7d15f815f925d7ff5452886f63f4faa4dac0f3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017,2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<!-- Colors are currently hardcoded in the vector drawables.  Once the minimum API is >= 22 we can remove the hardcoded colors and reference these entries. -->
+<!-- Colors are currently hardcoded in the vector drawables.  Once the minimum API is >= 22 the hardcoded colors can be removed and they can reference these entries instead. -->
 <resources>
 <resources>
+    <!-- Named colors. -->
+    <color name="disabled_tint">#FF757575</color>  <!-- gray_600 -->
+    <color name="ghosted_tint">#FFB7B7B7</color>  <!-- gray_425 -->
+    <color name="red_tint">#FFB71C1C</color>  <!-- red_900 -->
+
+    <!-- Raw colors. -->
     <color name="semi_transparent_black">#66000000</color>
 
     <color name="black">#FF000000</color>
     <color name="semi_transparent_black">#66000000</color>
 
     <color name="black">#FF000000</color>
     <color name="blue_1000">#FF082B61</color>
     <color name="blue_a700">#FF2962FF</color>
 
     <color name="blue_1000">#FF082B61</color>
     <color name="blue_a700">#FF2962FF</color>
 
+    <color name="violet_300">#FFBAD3FB</color>
+    <color name="violet_500">#FF8AB4F8</color>
+    <color name="violet_700">#FF5785C5</color>
+    <color name="violet_a900">#FF586479</color>
+
     <color name="blue_gray_500">#FF607D8B</color>
 
     <color name="dark_blue_65">#FF1766A6</color>
     <color name="blue_gray_500">#FF607D8B</color>
 
     <color name="dark_blue_65">#FF1766A6</color>
     <color name="gray_200">#FFEEEEEE</color>
     <color name="gray_300">#FFE0E0E0</color>
     <color name="gray_400">#FFBDBDBD</color>
     <color name="gray_200">#FFEEEEEE</color>
     <color name="gray_300">#FFE0E0E0</color>
     <color name="gray_400">#FFBDBDBD</color>
+    <color name="gray_425">#FFB7B7B7</color>
     <color name="gray_500">#FF9E9E9E</color>
     <color name="gray_600">#FF757575</color>
     <color name="gray_700">#FF616161</color>
     <color name="gray_750">#FF515151</color>
     <color name="gray_800">#FF424242</color>
     <color name="gray_850">#FF313131</color>
     <color name="gray_500">#FF9E9E9E</color>
     <color name="gray_600">#FF757575</color>
     <color name="gray_700">#FF616161</color>
     <color name="gray_750">#FF515151</color>
     <color name="gray_800">#FF424242</color>
     <color name="gray_850">#FF313131</color>
+    <color name="gray_875">#FF2D2D2D</color>
     <color name="gray_900">#FF212121</color>
 
     <color name="green_50">#FFE8F5E9</color>
     <color name="gray_900">#FF212121</color>
 
     <color name="green_50">#FFE8F5E9</color>
@@ -80,6 +93,7 @@
     <color name="red_700_40">#55D32F2F</color>
     <color name="red_800">#FFC62828</color>
     <color name="red_900">#FFB71C1C</color>
     <color name="red_700_40">#55D32F2F</color>
     <color name="red_800">#FFC62828</color>
     <color name="red_900">#FFB71C1C</color>
+    <color name="red_1000">#FFA21212</color>
     <color name="red_a700">#FFD50000</color>
 
     <color name="transparent">#00000000</color>
     <color name="red_a700">#FFD50000</color>
 
     <color name="transparent">#00000000</color>