summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values-night/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-night/themes.xml')
-rw-r--r--app/src/main/res/values-night/themes.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 01829d8..9b38736 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -1,7 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
- <!-- Base application theme. -->
<style name="Base.Theme.Netmon" parent="Theme.Material3.DayNight.NoActionBar">
- <!-- Customize your dark theme here. -->
- <!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
+ <item name="android:windowBackground">#FF000000</item>
</style>
</resources> \ No newline at end of file