|
206 | 206 | }
|
207 | 207 |
|
208 | 208 | .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; |
215 | 215 | --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; |
223 | 223 | --destructive: #f38ba8;
|
224 |
| - --border: #242424; |
225 |
| - --input: #242424; |
| 224 | + --border: #45475a; |
| 225 | + --input: #313244; |
226 | 226 | --ring: #cba6f7;
|
227 | 227 | --chart-1: #cba6f7;
|
228 | 228 | --chart-2: #f9e2af;
|
229 | 229 | --chart-3: #a6e3a1;
|
230 | 230 | --chart-4: #fab387;
|
231 | 231 | --chart-5: #f38ba8;
|
232 |
| - --sidebar: #0c0c0c; |
233 |
| - --sidebar-foreground: #d1d5dc; |
| 232 | + --sidebar: #11111b; |
| 233 | + --sidebar-foreground: #cdd6f4; |
234 | 234 | --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; |
239 | 239 | --sidebar-ring: #cba6f7;
|
240 |
| - --destructive-foreground: #0c0c0c; |
| 240 | + --destructive-foreground: #11111b; |
241 | 241 | --radius: 0.35rem;
|
242 | 242 | --font-sans: Montserrat, sans-serif;
|
243 | 243 | --font-serif: Georgia, serif;
|
244 | 244 | --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; |
248 | 248 | --shadow-spread: 0px;
|
249 | 249 | --shadow-offset-x: 0px;
|
250 | 250 | --shadow-offset-y: 4px;
|
251 | 251 | --letter-spacing: 0em;
|
252 | 252 | --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); |
266 | 266 | }
|
267 | 267 |
|
268 | 268 | @layer base {
|
|
0 commit comments