|
243 | 243 | --warning-foreground: #e8b830; |
244 | 244 | } |
245 | 245 |
|
| 246 | +/* ─── Cotton Candy ─── sweet, dreamy, adorably feminine ─── */ |
| 247 | + |
| 248 | +:root.theme-cotton-candy { |
| 249 | + color-scheme: light; |
| 250 | + --background: #fef5f8; |
| 251 | + --foreground: #2e1a2b; |
| 252 | + --card: #fceef4; |
| 253 | + --card-foreground: #2e1a2b; |
| 254 | + --popover: #fceef4; |
| 255 | + --popover-foreground: #2e1a2b; |
| 256 | + --primary: oklch(0.65 0.2 340); |
| 257 | + --primary-foreground: #ffffff; |
| 258 | + --secondary: rgba(220, 130, 180, 0.07); |
| 259 | + --secondary-foreground: #2e1a2b; |
| 260 | + --muted: rgba(180, 160, 220, 0.07); |
| 261 | + --muted-foreground: #8a7090; |
| 262 | + --accent: rgba(140, 200, 240, 0.12); |
| 263 | + --accent-foreground: #2e1a2b; |
| 264 | + --destructive: #e5486a; |
| 265 | + --destructive-foreground: #cd2b50; |
| 266 | + --border: rgba(220, 150, 200, 0.15); |
| 267 | + --input: rgba(220, 150, 200, 0.18); |
| 268 | + --ring: oklch(0.65 0.2 340); |
| 269 | + --info: #7baed4; |
| 270 | + --info-foreground: #5a90b8; |
| 271 | + --success: #6cc4a0; |
| 272 | + --success-foreground: #4aaa82; |
| 273 | + --warning: #e8b0c0; |
| 274 | + --warning-foreground: #c88a9a; |
| 275 | +} |
| 276 | + |
| 277 | +:root.theme-cotton-candy.dark { |
| 278 | + color-scheme: dark; |
| 279 | + --background: #1a0e18; |
| 280 | + --foreground: #f2e4ef; |
| 281 | + --card: #221420; |
| 282 | + --card-foreground: #f2e4ef; |
| 283 | + --popover: #221420; |
| 284 | + --popover-foreground: #f2e4ef; |
| 285 | + --primary: oklch(0.72 0.18 340); |
| 286 | + --primary-foreground: #1a0e18; |
| 287 | + --secondary: rgba(240, 160, 210, 0.07); |
| 288 | + --secondary-foreground: #f2e4ef; |
| 289 | + --muted: rgba(200, 170, 240, 0.07); |
| 290 | + --muted-foreground: #a088a8; |
| 291 | + --accent: rgba(140, 200, 250, 0.1); |
| 292 | + --accent-foreground: #f2e4ef; |
| 293 | + --destructive: #ff6b8a; |
| 294 | + --destructive-foreground: #ff95aa; |
| 295 | + --border: rgba(220, 150, 200, 0.1); |
| 296 | + --input: rgba(220, 150, 200, 0.12); |
| 297 | + --ring: oklch(0.72 0.18 340); |
| 298 | + --info: #89cff0; |
| 299 | + --info-foreground: #a8dcf5; |
| 300 | + --success: #7dd4b0; |
| 301 | + --success-foreground: #90e0c0; |
| 302 | + --warning: #f0b8c8; |
| 303 | + --warning-foreground: #f5c8d5; |
| 304 | +} |
| 305 | + |
246 | 306 | /* ─── Cathedral Circuit ─── sacred machine, techno-gothic ─── */ |
247 | 307 |
|
248 | 308 | :root.theme-cathedral-circuit { |
|
0 commit comments