| 1 | /* theme: gruvbox-dark */ |
| 2 | :root{ |
| 3 | --bg:#282828;--bg-soft:#1d2021;--surface:#3c3836;--surface-2:#504945; |
| 4 | --border:rgba(235,219,178,.14);--border-strong:rgba(235,219,178,.28); |
| 5 | --text-1:#ebdbb2;--text-2:#d5c4a1;--text-3:#928374; |
| 6 | --accent:#fabd2f;--accent-2:#fe8019;--accent-3:#b8bb26; |
| 7 | --good:#b8bb26;--warn:#fabd2f;--bad:#fb4934; |
| 8 | --grad:linear-gradient(135deg,#fe8019,#fabd2f 55%,#b8bb26); |
| 9 | --grad-soft:linear-gradient(135deg,#3c3836,#504945); |
| 10 | --radius:6px;--radius-sm:4px;--radius-lg:12px; |
| 11 | --shadow:0 10px 30px rgba(0,0,0,.5); |
| 12 | --shadow-lg:0 24px 60px rgba(0,0,0,.65); |
| 13 | --font-sans:'Inter','Noto Sans SC',sans-serif; |
| 14 | } |
| 15 |