]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Implement automatic loading of privacy settings.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index 32ecace307ace7bf49b237e9d16ea6d4c1c84df0..99455779805aa825548069343863b3f014eb2261 100644 (file)
@@ -20,7 +20,7 @@
 
 <!-- These color resources are hardcoded for vector drawables.  Once the minimum API is >= 22 we can remove the hardcoded colors and reference these entries. -->
 <resources>
-    <color name="transparent_black">#66000000</color>
+    <color name="semi_transparent_black">#66000000</color>
 
     <color name="black">#FF000000</color>
 
     <color name="gray_100">#FFF5F5F5</color>
     <color name="gray_500">#FF9E9E9E</color>
 
+    <color name="green_50">#FFE8F5E9</color>
+    <color name="green_100">#FFC8E6C9</color>
+
+    <color name="light_green_100">#FFDCEDC8</color>
     <color name="light_green_a700">#FF64DD17</color>
 
     <color name="red_a700">#FFD50000</color>
 
+    <color name="transparent">#00000000</color>
+
     <color name="white">#FFFFFFFF</color>
 
     <color name="yellow_900">#FFF57F17</color>