feat: theme - 02
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user