diff --git a/ui/components/Settings.vue b/ui/components/Settings.vue index 9a945e3b..df693c93 100644 --- a/ui/components/Settings.vue +++ b/ui/components/Settings.vue @@ -9,13 +9,32 @@
+
+ +
+ + + +
+

Select the color scheme for the WebUI.

+
+
-

Use random background image from your media backends.

+

Use random background image from your media backends.

@@ -25,8 +44,8 @@
-

How visible the background image should be.

+

How visible the background image should be.

@@ -41,10 +60,9 @@ Reload -

Change the displayed picture.

+

Change the displayed picture.

- @@ -65,5 +83,6 @@ defineProps({ const bg_enable = useStorage('random_bg', true) const bg_opacity = useStorage('random_bg_opacity', 0.85) +const selectedTheme = useStorage('theme', 'auto') diff --git a/ui/layouts/default.vue b/ui/layouts/default.vue index 3f28f984..03d84f77 100644 --- a/ui/layouts/default.vue +++ b/ui/layouts/default.vue @@ -59,21 +59,6 @@ - -