style(theme): introduce navy and antique gold palette

This commit is contained in:
2026-07-14 22:25:42 -04:00
parent 1265f37dd4
commit b372552294
+8 -8
View File
@@ -1,15 +1,15 @@
:root {
color-scheme: dark;
--bg: #090d14;
--sidebar: #0d131d;
--panel: #131b27;
--panel-hover: #192434;
--bg: #07111f;
--sidebar: #0a1728;
--panel: #10233a;
--panel-hover: #152c47;
--text: #f4f6f8;
--muted: #98a5b5;
--line: #263244;
--accent: #67d7c4;
--muted: #9ba9ba;
--line: #263b55;
--accent: #c79a3b;
--online: #45d483;
--warning: #e3b653;
--warning: #cfa343;
--offline: #ff6b6b;
}