涨跌配色调整为红涨绿跌

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-07-26 13:51:47 +08:00
parent 8076cbbd51
commit b22123bdfc
+4 -4
View File
@@ -11,8 +11,8 @@
--bg: #f8fafc; --surface: #fff; --fg: #1e293b; --sub: #64748b;
--border: #e2e8f0; --accent: #3b82f6; --accent-light: #eff6ff;
--th-bg: #f1f5f9; --th-fg: #475569;
--danger: #ef4444; --danger-bg: #fef2f2; --danger-fg: #dc2626;
--success: #10b981; --success-bg: #ecfdf5; --success-fg: #059669;
--danger: #10b981; --danger-bg: #ecfdf5; --danger-fg: #059669;
--success: #ef4444; --success-bg: #fef2f2; --success-fg: #dc2626;
--warn: #f59e0b; --warn-bg: #fffbeb; --warn-fg: #d97706;
--na: #94a3b8;
--sidebar-w: 220px; --header-h: 56px;
@@ -21,8 +21,8 @@
--bg: #0f172a; --surface: #1e293b; --fg: #e2e8f0; --sub: #94a3b8;
--border: #334155; --accent: #60a5fa; --accent-light: #1e3a5f;
--th-bg: #1e293b; --th-fg: #cbd5e1;
--danger: #f87171; --danger-bg: #3b1515; --danger-fg: #fca5a5;
--success: #34d399; --success-bg: #0a1f17; --success-fg: #6ee7b7;
--danger: #34d399; --danger-bg: #0a1f17; --danger-fg: #6ee7b7;
--success: #f87171; --success-bg: #3b1515; --success-fg: #fca5a5;
--warn: #fbbf24; --warn-bg: #2d2110; --warn-fg: #fcd34d;
--na: #64748b;
}