返回 html-ppt-skill
tokyo-night.css
根目录 / assets / themes / tokyo-night.css
1 /* theme: tokyo-night */
2 :root{
3 --bg:#1a1b26;--bg-soft:#16161e;--surface:#24283b;--surface-2:#2f334d;
4 --border:rgba(192,202,245,.12);--border-strong:rgba(192,202,245,.24);
5 --text-1:#c0caf5;--text-2:#a9b1d6;--text-3:#565f89;
6 --accent:#7aa2f7;--accent-2:#bb9af7;--accent-3:#7dcfff;
7 --accent-ink:#0b1024; /* text on --accent — 7.5:1 */
8 --good:#9ece6a;--warn:#e0af68;--bad:#f7768e;
9 --grad:linear-gradient(135deg,#7aa2f7,#bb9af7 55%,#f7768e);
10 --grad-soft:linear-gradient(135deg,#24283b,#2f334d);
11 --radius:12px;--radius-sm:8px;--radius-lg:20px;
12 --shadow:0 10px 30px rgba(0,0,0,.45);
13 --shadow-lg:0 24px 62px rgba(0,0,0,.6);
14 --font-sans:'Inter','Noto Sans SC',sans-serif;
15 }
16
16 lines CSS