feat: theme

This commit is contained in:
kodi
2026-03-12 18:26:29 +01:00
parent 939a7fd191
commit ab83ee3f20
13 changed files with 374 additions and 34 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
--shadow-panel: 0 2px 8px rgba(8, 14, 22, 0.06);
}
:root[data-theme="dark"] {
:root[data-theme="default-dark"] {
--color-page-bg: #161c25;
--color-surface: #1d2531;
--color-surface-elevated: #222c39;
@@ -31,7 +31,7 @@
--color-overlay-bg: rgba(8, 12, 18, 0.62);
}
:root[data-theme="light"] {
:root[data-theme="default-light"] {
--color-page-bg: #eef3f9;
--color-surface: #ffffff;
--color-surface-elevated: #f8fbff;