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 { :root {
color-scheme: dark; color-scheme: dark;
--bg: #090d14; --bg: #07111f;
--sidebar: #0d131d; --sidebar: #0a1728;
--panel: #131b27; --panel: #10233a;
--panel-hover: #192434; --panel-hover: #152c47;
--text: #f4f6f8; --text: #f4f6f8;
--muted: #98a5b5; --muted: #9ba9ba;
--line: #263244; --line: #263b55;
--accent: #67d7c4; --accent: #c79a3b;
--online: #45d483; --online: #45d483;
--warning: #e3b653; --warning: #cfa343;
--offline: #ff6b6b; --offline: #ff6b6b;
} }