| 1 | /* theme: catppuccin-mocha — catppuccin 深 */ |
| 2 | :root{ |
| 3 | --bg:#1e1e2e;--bg-soft:#181825;--surface:#313244;--surface-2:#45475a; |
| 4 | --border:rgba(205,214,244,.12);--border-strong:rgba(205,214,244,.24); |
| 5 | --text-1:#cdd6f4;--text-2:#a6adc8;--text-3:#7f849c; |
| 6 | --accent:#cba6f7;--accent-2:#89b4fa;--accent-3:#f5c2e7; |
| 7 | --good:#a6e3a1;--warn:#f9e2af;--bad:#f38ba8; |
| 8 | --grad:linear-gradient(135deg,#cba6f7,#89b4fa 50%,#94e2d5); |
| 9 | --grad-soft:linear-gradient(135deg,#313244,#45475a); |
| 10 | --radius:14px;--radius-sm:10px;--radius-lg:22px; |
| 11 | --shadow:0 10px 30px rgba(0,0,0,.35); |
| 12 | --shadow-lg:0 24px 60px rgba(0,0,0,.5); |
| 13 | --font-sans:'Inter','Noto Sans SC',sans-serif; |
| 14 | } |
| 15 |