feat: theme - 02

This commit is contained in:
kodi
2026-03-12 20:13:50 +01:00
parent 09c3e14dea
commit e25d43200f
14 changed files with 295 additions and 9 deletions
+8
View File
@@ -10,6 +10,10 @@
<link rel="stylesheet" href="/ui/theme-midnight.css">
<link rel="stylesheet" href="/ui/theme-graphite.css">
<link rel="stylesheet" href="/ui/theme-windows11.css">
<link rel="stylesheet" href="/ui/theme-commander-electric.css">
<link rel="stylesheet" href="/ui/theme-nord-arctic.css">
<link rel="stylesheet" href="/ui/theme-catppuccin-soft.css">
<link rel="stylesheet" href="/ui/theme-fluent-neon.css">
</head>
<body>
<div id="app-shell">
@@ -124,6 +128,10 @@
<option value="midnight">Midnight</option>
<option value="graphite">Graphite</option>
<option value="windows11">Windows 11</option>
<option value="commander-electric">Commander Electric</option>
<option value="nord-arctic">Nord Arctic</option>
<option value="catppuccin-soft">Catppuccin Soft</option>
<option value="fluent-neon">Fluent Neon</option>
</select>
</label>
<div id="settings-interface-error" class="error"></div>