32 lines
750 B
SCSS
32 lines
750 B
SCSS
|
|
// ─── 色彩系统(与参考HTML完全一致)───
|
|||
|
|
$bg-primary: #0d1117;
|
|||
|
|
$bg-secondary: #161b22;
|
|||
|
|
$bg-card: #1c2230;
|
|||
|
|
$bg-panel: #212936;
|
|||
|
|
$bg-input: #0d1117;
|
|||
|
|
$border: #30363d;
|
|||
|
|
$border-active: #1f6feb;
|
|||
|
|
|
|||
|
|
$text-primary: #e6edf3;
|
|||
|
|
$text-secondary: #8b949e;
|
|||
|
|
$text-muted: #6e7681;
|
|||
|
|
|
|||
|
|
$accent-blue: #1f6feb;
|
|||
|
|
$accent-cyan: #00b4d8;
|
|||
|
|
$accent-green: #28a745;
|
|||
|
|
$accent-yellow: #f0a500;
|
|||
|
|
$accent-orange: #e05a00;
|
|||
|
|
$accent-red: #da3633;
|
|||
|
|
$accent-purple: #8957e5;
|
|||
|
|
|
|||
|
|
$sms-blue: #0078d4;
|
|||
|
|
$sms-highlight: #00c8ff;
|
|||
|
|
|
|||
|
|
$status-run: #28a745;
|
|||
|
|
$status-stop: #6e7681;
|
|||
|
|
$status-warn: #f0a500;
|
|||
|
|
$status-fault: #da3633;
|
|||
|
|
|
|||
|
|
$font-main: 'Segoe UI', 'Microsoft YaHei', sans-serif;
|
|||
|
|
$font-mono: 'Consolas', 'Courier New', monospace;
|