|
122 | 122 | --warning: #fbbf24; |
123 | 123 | --warning-foreground: #fcd34d; |
124 | 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 | | - |
156 | 125 | :root.theme-solar-witch.dark { |
157 | 126 | color-scheme: dark; |
158 | 127 | --background: #140b1f; |
|
0 commit comments