]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-night/themes.xml
Release 1.10.
[PrivacyCell.git] / app / src / main / res / values-night / themes.xml
index ac28058c112a68bc5fcdccbe54ab286de938dc5a..963b5547ef3016f986be0a30f270df8eecc4c326 100644 (file)
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
 
@@ -23,6 +25,9 @@
         <item name="android:statusBarColor">?android:attr/colorBackground</item>
         <item name="android:windowLightNavigationBar">false</item>
         <item name="android:windowLightStatusBar">false</item>
+
+        <!-- Colors. -->
+        <item name="colorAccent">@color/violet_500</item>
     </style>
 
     <style name="Theme.PrivacyCellAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert">