style: retheme system page to site light palette — remove dark --sys-* tokens

This commit is contained in:
Pontoporeia
2026-04-08 17:49:50 +02:00
parent df414346e9
commit d68645f1b1
6 changed files with 60 additions and 71 deletions

View File

@@ -92,26 +92,14 @@
--search-error-border: #cc0000;
--search-error-color: #cc0000;
/* System / terminal panel (dark surfaces) */
--sys-bg-surface: #242424;
--sys-bg-deep: #0d0d0d;
--sys-bg-panel: #1a1a1a;
--sys-border: #555555;
--sys-border-deep: #333333;
--sys-border-hover: #888888;
--sys-text-dim: #969696;
--sys-text-bright: #e8e8e8;
--sys-text-body: #bbbbbb;
--sys-overlay: rgba(255, 255, 255, 0.03);
/* System syntax highlight */
--sys-syntax-comment: #666666;
--sys-syntax-directive: #7eb8f7;
--sys-syntax-block: #d4a0ff;
--sys-syntax-value: #e2c08d;
--sys-syntax-location: #79dac8;
--sys-syntax-notice: #a0c8ff;
--sys-syntax-crit: #ff7070;
/* System page — log/config syntax highlight */
--sys-syntax-comment: #999999;
--sys-syntax-directive: #1a6fb5;
--sys-syntax-block: #7a2fa0;
--sys-syntax-value: #a05c00;
--sys-syntax-location: #1a7a6b;
--sys-syntax-notice: #3a6ea8;
--sys-syntax-crit: #c0392b;
/* Muted alpha overlays — derived from semantic tokens */
--success-muted-bg: rgba(92, 214, 157, 0.12);