]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-night/colors.xml
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-night / colors.xml
index e34c49984eaef3046e64e4ed839d623808224efd..9056ce1ed83fa4c4a13af8cdd93f9d8969ede1d2 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2017,2020,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2017, 2020, 2022-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   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
@@ -21,6 +21,7 @@
 <resources>
     <!-- Nicknamed colors. -->
     <color name="alt_blue_text">@color/violet_700</color>
+    <color name="blue_background">@color/violet_a900</color>
     <color name="blue_button">@color/violet_700</color>
     <color name="blue_icon">@color/violet_500</color>
     <color name="blue_text">@color/violet_500</color>
     <color name="disabled_button">@color/gray_750</color>
     <color name="disabled_button_text">@color/gray_500</color>
     <color name="disabled_icon">@color/gray_500</color>
+    <color name="domain_settings_url_background">@color/dark_blue_40</color>
+    <color name="fab_icon">@color/gray_875</color>
     <color name="ghosted_icon">@color/gray_700</color>
     <color name="icon">@color/white</color>
-    <color name="domain_settings_url_background">@color/dark_blue_40</color>
-    <color name="red_text">@color/red_900</color>
+    <color name="list_selector_activated">@color/violet_700</color>
+    <color name="parent_folder_text">@color/gray_300</color>
+    <color name="red_background">@color/red_700_40</color>
+    <color name="red_icon">@color/red_night</color>
+    <color name="red_text">@color/red_night</color>
+    <color name="requests_blue_background">@color/violet_a900</color>
     <color name="selected_icon_background">@color/gray_700</color>
     <color name="translucent_background">@color/black_translucent_33</color>
-</resources>
\ No newline at end of file
+    <color name="yellow_background">@color/yellow_700_50</color>
+</resources>