]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index 4a24aff2946eb89fa88e6e99016c70f92ff9487c..3045569c984d754cf55e75ed65496effa5cb60b4 100644 (file)
@@ -1,29 +1,34 @@
 <?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>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
-  Privacy Browser is free software: you can redistribute it and/or modify
+  Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.
 
-  Privacy Browser is distributed in the hope that it will be useful,
+  Privacy Browser Android is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<!-- 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_icon">@color/blue_800</color>
+    <color name="blue_text">@color/blue_700</color>
+    <color name="disabled_icon">@color/gray_600</color>
+    <color name="ghosted_icon">@color/gray_425</color>
+    <color name="icon">@color/gray_925</color>
+    <color name="domain_settings_url_background">@color/green_200</color>
+    <color name="red_text">@color/red_a700</color>
+    <color name="selected_icon_background">@color/gray_300</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>