]> 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 eeeb5f79c9a6c7d8e4d629aed61ed65207f54ba9..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>.
 
@@ -21,6 +21,7 @@
 <!-- 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>
     <!-- Nicknamed colors. -->
+    <color name="about_version_blue_text">@color/violet_700</color>
     <color name="blue_text">@color/violet_500</color>
 
     <!-- Raw colors. -->
     <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>