From 244895f06aa8c6ea25137c14606bfaf9e5318b74 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 27 Feb 2026 17:07:38 +0100 Subject: [PATCH] Add theme selection UI with Seed theme support - Add ThemePreferences component with current theme display - Visual theme preview cards showing colors for each theme - Add Seed theme to available themes list - Theme icon with gradient and preview card styling - Support for Auto, Light, Dark, Ocean, Nordic, Seed, and Halloween themes --- src/components/settings/ThemePreferences.vue | 469 +++++++++++++++++++ 1 file changed, 469 insertions(+) create mode 100644 src/components/settings/ThemePreferences.vue diff --git a/src/components/settings/ThemePreferences.vue b/src/components/settings/ThemePreferences.vue new file mode 100644 index 0000000..2a47ce4 --- /dev/null +++ b/src/components/settings/ThemePreferences.vue @@ -0,0 +1,469 @@ + + + + +