|
94 | 94 | --warning-foreground: #b45309; |
95 | 95 | } |
96 | 96 |
|
| 97 | +:root.theme-solar-witch.dark { |
| 98 | + color-scheme: dark; |
| 99 | + --background: #140b1f; |
| 100 | + --foreground: #f8e8ff; |
| 101 | + --card: #1f102b; |
| 102 | + --card-foreground: #f8e8ff; |
| 103 | + --popover: #1f102b; |
| 104 | + --popover-foreground: #f8e8ff; |
| 105 | + --primary: oklch(0.74 0.21 55); |
| 106 | + --primary-foreground: #1a1022; |
| 107 | + --secondary: rgba(251, 146, 60, 0.12); |
| 108 | + --secondary-foreground: #ffd7a3; |
| 109 | + --muted: rgba(236, 72, 153, 0.1); |
| 110 | + --muted-foreground: #d8b4fe; |
| 111 | + --accent: rgba(168, 85, 247, 0.14); |
| 112 | + --accent-foreground: #f3e8ff; |
| 113 | + --destructive: #fb7185; |
| 114 | + --destructive-foreground: #fda4af; |
| 115 | + --border: rgba(251, 146, 60, 0.14); |
| 116 | + --input: rgba(251, 146, 60, 0.18); |
| 117 | + --ring: oklch(0.74 0.21 55); |
| 118 | + --info: #a78bfa; |
| 119 | + --info-foreground: #c4b5fd; |
| 120 | + --success: #4ade80; |
| 121 | + --success-foreground: #86efac; |
| 122 | + --warning: #fbbf24; |
| 123 | + --warning-foreground: #fcd34d; |
| 124 | +} |
| 125 | +/* ─── Solar Witch ─── mystical, radiant, high-contrast sunset magic ─── */ |
| 126 | + |
| 127 | +:root.theme-solar-witch { |
| 128 | + color-scheme: light; |
| 129 | + --background: #fff7ed; |
| 130 | + --foreground: #3b0764; |
| 131 | + --card: #ffedd5; |
| 132 | + --card-foreground: #3b0764; |
| 133 | + --popover: #fff7ed; |
| 134 | + --popover-foreground: #3b0764; |
| 135 | + --primary: oklch(0.68 0.23 35); |
| 136 | + --primary-foreground: #ffffff; |
| 137 | + --secondary: rgba(251, 146, 60, 0.12); |
| 138 | + --secondary-foreground: #7c2d12; |
| 139 | + --muted: rgba(245, 158, 11, 0.12); |
| 140 | + --muted-foreground: #9a3412; |
| 141 | + --accent: rgba(236, 72, 153, 0.12); |
| 142 | + --accent-foreground: #831843; |
| 143 | + --destructive: #dc2626; |
| 144 | + --destructive-foreground: #b91c1c; |
| 145 | + --border: rgba(234, 88, 12, 0.18); |
| 146 | + --input: rgba(234, 88, 12, 0.14); |
| 147 | + --ring: oklch(0.68 0.23 35); |
| 148 | + --info: #7c3aed; |
| 149 | + --info-foreground: #6d28d9; |
| 150 | + --success: #16a34a; |
| 151 | + --success-foreground: #15803d; |
| 152 | + --warning: #f59e0b; |
| 153 | + --warning-foreground: #b45309; |
| 154 | +} |
| 155 | + |
97 | 156 | :root.theme-solar-witch.dark { |
98 | 157 | color-scheme: dark; |
99 | 158 | --background: #140b1f; |
|
0 commit comments