Skip to content

Commit 66b52d6

Browse files
update theme
1 parent 9ed546c commit 66b52d6

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

apps/web/src/app/global.css

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -206,63 +206,63 @@
206206
}
207207

208208
.dark {
209-
--background: #0c0c0c;
210-
--foreground: #d1d5dc;
211-
--card: #0c0c0c;
212-
--card-foreground: #d1d5dc;
213-
--popover: #0c0c0c;
214-
--popover-foreground: #d1d5dc;
209+
--background: #11111b;
210+
--foreground: #cdd6f4;
211+
--card: #11111b;
212+
--card-foreground: #cdd6f4;
213+
--popover: #181825;
214+
--popover-foreground: #cdd6f4;
215215
--primary: #cba6f7;
216-
--primary-foreground: #0c0c0c;
217-
--secondary: #0c0c0c;
218-
--secondary-foreground: #d1d5dc;
219-
--muted: #0c0c0c;
220-
--muted-foreground: #778298;
221-
--accent: #cba6f7;
222-
--accent-foreground: #0c0c0c;
216+
--primary-foreground: #11111b;
217+
--secondary: #313244;
218+
--secondary-foreground: #cdd6f4;
219+
--muted: #313244;
220+
--muted-foreground: #a6adc8;
221+
--accent: #b4befe;
222+
--accent-foreground: #11111b;
223223
--destructive: #f38ba8;
224-
--border: #242424;
225-
--input: #242424;
224+
--border: #45475a;
225+
--input: #313244;
226226
--ring: #cba6f7;
227227
--chart-1: #cba6f7;
228228
--chart-2: #f9e2af;
229229
--chart-3: #a6e3a1;
230230
--chart-4: #fab387;
231231
--chart-5: #f38ba8;
232-
--sidebar: #0c0c0c;
233-
--sidebar-foreground: #d1d5dc;
232+
--sidebar: #11111b;
233+
--sidebar-foreground: #cdd6f4;
234234
--sidebar-primary: #cba6f7;
235-
--sidebar-primary-foreground: #0c0c0c;
236-
--sidebar-accent: #cba6f7;
237-
--sidebar-accent-foreground: #0c0c0c;
238-
--sidebar-border: #242424;
235+
--sidebar-primary-foreground: #11111b;
236+
--sidebar-accent: #b4befe;
237+
--sidebar-accent-foreground: #11111b;
238+
--sidebar-border: #45475a;
239239
--sidebar-ring: #cba6f7;
240-
--destructive-foreground: #0c0c0c;
240+
--destructive-foreground: #11111b;
241241
--radius: 0.35rem;
242242
--font-sans: Montserrat, sans-serif;
243243
--font-serif: Georgia, serif;
244244
--font-mono: Fira Code, monospace;
245-
--shadow-color: hsl(240 30% 25%);
246-
--shadow-opacity: 0.12;
247-
--shadow-blur: 6px;
245+
--shadow-color: hsl(240 30% 5%);
246+
--shadow-opacity: 0.25;
247+
--shadow-blur: 8px;
248248
--shadow-spread: 0px;
249249
--shadow-offset-x: 0px;
250250
--shadow-offset-y: 4px;
251251
--letter-spacing: 0em;
252252
--spacing: 0.25rem;
253-
--shadow-2xs: 0px 4px 6px 0px hsl(240 30% 25% / 0.06);
254-
--shadow-xs: 0px 4px 6px 0px hsl(240 30% 25% / 0.06);
255-
--shadow-sm: 0px 4px 6px 0px hsl(240 30% 25% / 0.12), 0px 1px 2px -1px
256-
hsl(240 30% 25% / 0.12);
257-
--shadow: 0px 4px 6px 0px hsl(240 30% 25% / 0.12), 0px 1px 2px -1px
258-
hsl(240 30% 25% / 0.12);
259-
--shadow-md: 0px 4px 6px 0px hsl(240 30% 25% / 0.12), 0px 2px 4px -1px
260-
hsl(240 30% 25% / 0.12);
261-
--shadow-lg: 0px 4px 6px 0px hsl(240 30% 25% / 0.12), 0px 4px 6px -1px
262-
hsl(240 30% 25% / 0.12);
263-
--shadow-xl: 0px 4px 6px 0px hsl(240 30% 25% / 0.12), 0px 8px 10px -1px
264-
hsl(240 30% 25% / 0.12);
265-
--shadow-2xl: 0px 4px 6px 0px hsl(240 30% 25% / 0.3);
253+
--shadow-2xs: 0px 2px 4px 0px hsl(240 30% 5% / 0.15);
254+
--shadow-xs: 0px 2px 4px 0px hsl(240 30% 5% / 0.15);
255+
--shadow-sm: 0px 4px 8px 0px hsl(240 30% 5% / 0.2), 0px 1px 2px -1px
256+
hsl(240 30% 5% / 0.15);
257+
--shadow: 0px 4px 8px 0px hsl(240 30% 5% / 0.2), 0px 1px 2px -1px
258+
hsl(240 30% 5% / 0.15);
259+
--shadow-md: 0px 6px 12px 0px hsl(240 30% 5% / 0.25), 0px 2px 4px -1px
260+
hsl(240 30% 5% / 0.2);
261+
--shadow-lg: 0px 8px 16px 0px hsl(240 30% 5% / 0.3), 0px 4px 6px -1px
262+
hsl(240 30% 5% / 0.25);
263+
--shadow-xl: 0px 12px 24px 0px hsl(240 30% 5% / 0.35), 0px 8px 10px -1px
264+
hsl(240 30% 5% / 0.3);
265+
--shadow-2xl: 0px 16px 32px 0px hsl(240 30% 5% / 0.4);
266266
}
267267

268268
@layer base {

0 commit comments

Comments
 (0)