|
77 | 77 |
|
78 | 78 | .dark { |
79 | 79 | color-scheme: dark; |
80 | | - --site-bg: #1b1b1f; |
81 | | - --site-surface: #202127; |
82 | | - --site-surface-2: #202127; |
83 | | - --site-surface-3: #32363f; |
84 | | - --site-footer-bg: #161618; |
85 | | - --site-text: rgba(255, 255, 245, 0.86); |
86 | | - --site-text-2: rgba(235, 235, 245, 0.68); |
87 | | - --site-text-3: rgba(235, 235, 245, 0.5); |
88 | | - --site-line: #2e2e32; |
89 | | - --site-line-strong: #3c3f44; |
90 | | - --site-brand: #a8b1ff; |
91 | | - --site-brand-hover: #5c73e7; |
92 | | - --site-brand-action: #3e63dd; |
93 | | - --site-brand-action-hover: #5c73e7; |
94 | | - --site-brand-soft: rgba(100, 108, 255, 0.16); |
95 | | - --site-brand-contrast: #ffffff; |
96 | | - --site-link: #a8b1ff; |
97 | | - --site-nav-bg: rgba(27, 27, 31, 0.94); |
| 80 | + --site-bg: #202228; |
| 81 | + --site-surface: #282b32; |
| 82 | + --site-surface-2: #30343c; |
| 83 | + --site-surface-3: #393e48; |
| 84 | + --site-footer-bg: #1b1d22; |
| 85 | + --site-text: #f1efed; |
| 86 | + --site-text-2: #c2c4cb; |
| 87 | + --site-text-3: #999ea9; |
| 88 | + --site-line: #444a55; |
| 89 | + --site-line-strong: #59616f; |
| 90 | + --site-brand: #e26473; |
| 91 | + --site-brand-hover: #f07b88; |
| 92 | + --site-brand-action: #d85869; |
| 93 | + --site-brand-action-hover: #e26473; |
| 94 | + --site-brand-soft: rgba(226, 100, 115, 0.14); |
| 95 | + --site-brand-contrast: #190d10; |
| 96 | + --site-link: #f07b88; |
| 97 | + --site-nav-bg: rgba(32, 34, 40, 0.94); |
98 | 98 | --site-shadow: 0 18px 42px rgba(0, 0, 0, 0.2); |
99 | | - --site-code-bg: #161618; |
100 | | - --site-code-surface: #202127; |
101 | | - --site-code-line: #2e2e32; |
102 | | - --site-code-text: rgba(255, 255, 245, 0.86); |
103 | | - --site-code-muted: rgba(235, 235, 245, 0.38); |
104 | | - |
105 | | - --topic-kernel: #a8b1ff; |
106 | | - --topic-kernel-soft: rgba(100, 108, 255, 0.16); |
107 | | - --topic-comm: #f9b44e; |
108 | | - --topic-comm-soft: rgba(234, 179, 8, 0.16); |
109 | | - --topic-serving: #3dd68c; |
110 | | - --topic-serving-soft: rgba(16, 185, 129, 0.16); |
111 | | - --topic-rl: #c8abfa; |
112 | | - --topic-rl-soft: rgba(159, 122, 234, 0.16); |
| 99 | + --site-code-bg: #1b1d22; |
| 100 | + --site-code-surface: #282b32; |
| 101 | + --site-code-line: #444a55; |
| 102 | + --site-code-text: #e1e4e8; |
| 103 | + --site-code-muted: #8f98a6; |
| 104 | + |
| 105 | + --topic-kernel: #78a7eb; |
| 106 | + --topic-kernel-soft: rgba(120, 167, 235, 0.11); |
| 107 | + --topic-comm: #d7a654; |
| 108 | + --topic-comm-soft: rgba(215, 166, 84, 0.11); |
| 109 | + --topic-serving: #67b9aa; |
| 110 | + --topic-serving-soft: rgba(103, 185, 170, 0.11); |
| 111 | + --topic-rl: #ae8ddb; |
| 112 | + --topic-rl-soft: rgba(174, 141, 219, 0.11); |
113 | 113 |
|
114 | 114 | --vp-code-line-highlight-color: rgba(255, 255, 255, 0.07); |
115 | 115 | } |
|
0 commit comments