UI theme can be changed

This commit is contained in:
2025-10-27 00:13:08 +01:00
parent 914f5c033b
commit a30a47f67a
53 changed files with 97 additions and 21 deletions
+1
View File
@@ -4,5 +4,6 @@
<style name="AppThemeMaterial" parent="Theme.MaterialComponents.DayNight" /> <!-- very dark -->
<style name="AppThemeMaterial3" parent="Theme.Material3.DayNight" /> <!-- very dark -->
<style name="AppThemeCompat" parent="Theme.AppCompat.DayNight" /> <!-- greyish -->
<style name="AppThemeCompatLight" parent="Theme.AppCompat.Light" /> <!-- greyish -->
</resources>