Dark/light mode theme support

This commit is contained in:
Mark Qvist 2022-10-02 14:03:56 +02:00
parent 96d671e9a2
commit 29071fbdfc
3 changed files with 37 additions and 5 deletions

View file

@ -670,6 +670,20 @@ MDNavigationLayout:
id: settings_start_announce
active: False
MDBoxLayout:
orientation: "horizontal"
# spacing: "24dp"
size_hint_y: None
height: dp(48)
MDLabel:
text: "Dark Mode UI"
font_style: "H6"
MDSwitch:
id: settings_dark_ui
active: False
MDBoxLayout:
orientation: "horizontal"
# spacing: "24dp"