]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-night/colors.xml
Bump the minimum API to 23. https://redmine.stoutner.com/issues/793
[PrivacyBrowserAndroid.git] / app / src / main / res / values-night / colors.xml
index 8ba568fca2f5628f776fd06560b85a8d3fc5f58d..9ee16643e4778c8d2a172b29582bd52da69bcec6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2017,2020 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017,2020,2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
 
 <!-- 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>
-    <!-- Named colors. -->
-    <color name="disabled_tint">#FF9E9E9E</color>  <!-- gray_500 -->
-    <color name="ghosted_tint">#FF616161</color>  <!-- gray_700 -->
-    <color name="red_tint">#FFB71C1C</color>  <!-- red_900 -->
+    <!-- Nicknamed colors. -->
+    <color name="about_version_blue_text">@color/violet_700</color>
+    <color name="blue_text">@color/violet_500</color>
 
     <!-- Raw colors. -->
     <color name="semi_transparent_black">#66000000</color>
     <color name="white">#FFFFFFFF</color>
 
     <color name="yellow_100">#FFFFF9C4</color>
+    <color name="yellow_700">#FFFBC02D</color>
     <color name="yellow_700_50">#88FBC02D</color>
     <color name="yellow_900">#FFF57F17</color>
     <color name="yellow_a700">#FFFFD600</color>