]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Bump the minimum API to 23. https://redmine.stoutner.com/issues/793
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index 4a24aff2946eb89fa88e6e99016c70f92ff9487c..5b51c60f659790ade00a440b4f966b73fed6576a 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">#FF757575</color>  <!-- gray_600 -->
-    <color name="ghosted_tint">#FFB7B7B7</color>  <!-- gray_425 -->
-    <color name="red_tint">#FFB71C1C</color>  <!-- red_900 -->
+    <!-- Nicknamed colors. -->
+    <color name="about_version_blue_text">@color/blue_700</color>
+    <color name="blue_text">@color/blue_700</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>