Skip to content

Commit 14becd4

Browse files
BunsDevCopilot
andauthored
Update apps/web/src/themes.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8c8ad63 commit 14becd4

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

apps/web/src/themes.css

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -122,37 +122,6 @@
122122
--warning: #fbbf24;
123123
--warning-foreground: #fcd34d;
124124
}
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-
156125
:root.theme-solar-witch.dark {
157126
color-scheme: dark;
158127
--background: #140b1f;

0 commit comments

Comments
 (0)