|
5 | 5 |
|
6 | 6 | /* ─── Iridescent Void ─── futuristic, expensive, slightly alien ─── */ |
7 | 7 |
|
8 | | -.theme-iridescent-void { |
| 8 | +:root.theme-iridescent-void { |
9 | 9 | color-scheme: light; |
10 | 10 | --background: #f4f2f7; |
11 | 11 | --foreground: #1e1b2e; |
|
34 | 34 | --warning-foreground: #ad7a18; |
35 | 35 | } |
36 | 36 |
|
37 | | -.theme-iridescent-void.dark { |
| 37 | +:root.theme-iridescent-void.dark { |
38 | 38 | color-scheme: dark; |
39 | 39 | --background: #000000; |
40 | 40 | --foreground: #e8e4f0; |
|
65 | 65 |
|
66 | 66 | /* ─── Solar Witch ─── magical, cozy, ritualistic ─── */ |
67 | 67 |
|
68 | | -.theme-solar-witch { |
| 68 | +:root.theme-solar-witch { |
69 | 69 | color-scheme: light; |
70 | 70 | --background: #faf5ee; |
71 | 71 | --foreground: #2d2118; |
|
94 | 94 | --warning-foreground: #ad7a18; |
95 | 95 | } |
96 | 96 |
|
97 | | -.theme-solar-witch.dark { |
| 97 | +:root.theme-solar-witch.dark { |
98 | 98 | color-scheme: dark; |
99 | 99 | --background: #120e0a; |
100 | 100 | --foreground: #f0e6d6; |
|
125 | 125 |
|
126 | 126 | /* ─── Deep Sea Terminal ─── submerged, dreamy, calm ─── */ |
127 | 127 |
|
128 | | -.theme-deep-sea-terminal { |
| 128 | +:root.theme-deep-sea-terminal { |
129 | 129 | color-scheme: light; |
130 | 130 | --background: #f0f7f6; |
131 | 131 | --foreground: #132d2a; |
|
154 | 154 | --warning-foreground: #ad7a18; |
155 | 155 | } |
156 | 156 |
|
157 | | -.theme-deep-sea-terminal.dark { |
| 157 | +:root.theme-deep-sea-terminal.dark { |
158 | 158 | color-scheme: dark; |
159 | 159 | --background: #060e14; |
160 | 160 | --foreground: #d0eae6; |
|
185 | 185 |
|
186 | 186 | /* ─── Cathedral Circuit ─── sacred machine, techno-gothic ─── */ |
187 | 187 |
|
188 | | -.theme-cathedral-circuit { |
| 188 | +:root.theme-cathedral-circuit { |
189 | 189 | color-scheme: light; |
190 | 190 | --background: #f2f0ed; |
191 | 191 | --foreground: #1c1a18; |
|
214 | 214 | --warning-foreground: #a87308; |
215 | 215 | } |
216 | 216 |
|
217 | | -.theme-cathedral-circuit.dark { |
| 217 | +:root.theme-cathedral-circuit.dark { |
218 | 218 | color-scheme: dark; |
219 | 219 | --background: #121214; |
220 | 220 | --foreground: #dcd8d2; |
|
245 | 245 |
|
246 | 246 | /* ─── Neon Bento ─── cute, modern, surprisingly usable ─── */ |
247 | 247 |
|
248 | | -.theme-neon-bento { |
| 248 | +:root.theme-neon-bento { |
249 | 249 | color-scheme: light; |
250 | 250 | --background: #fefcfa; |
251 | 251 | --foreground: #1f1a17; |
|
274 | 274 | --warning-foreground: #ad7a18; |
275 | 275 | } |
276 | 276 |
|
277 | | -.theme-neon-bento.dark { |
| 277 | +:root.theme-neon-bento.dark { |
278 | 278 | color-scheme: dark; |
279 | 279 | --background: #1a1618; |
280 | 280 | --foreground: #f0e8e2; |
|
0 commit comments