mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-24 15:25:22 -04:00
Dark/light mode theme support
This commit is contained in:
parent
96d671e9a2
commit
29071fbdfc
3 changed files with 37 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue