179 lines
6.5 KiB
CSS
179 lines
6.5 KiB
CSS
@import "tailwindcss";
|
|
@import "tw-animate-css";
|
|
|
|
@custom-variant dark (&:is(.dark *));
|
|
|
|
/**
|
|
*
|
|
* https://www.windpalette.com/app
|
|
|
|
https://themecn.dev/dashboard?theme=eyJsIjp7ImJnIjoiMCwwLDEwMCIsImZnIjoiMjI2LDEwLDQiLCJwIjoiMjI2LDEwMCw1NSIsInMiOiIyMjYsMjUsOTUiLCJhIjoiMjI2LDEwMCw4NSIsImQiOiIzNTcuMTgsMTAwLDQ1In0sImYiOlsiTGF0byIsIlBvcHBpbnMiXSwiciI6MC41fQ==
|
|
|
|
**/
|
|
|
|
@theme {
|
|
--sapphire-50: #f2f5ff;
|
|
--sapphire-100: #e3eaff;
|
|
--sapphire-200: #c6d4ff;
|
|
--sapphire-300: #a1b8ff;
|
|
--sapphire-400: #7696ff;
|
|
--sapphire-500: #4b74ff;
|
|
--sapphire-600: #2152ff;
|
|
--sapphire-700: #0033e6;
|
|
--sapphire-800: #0029cc;
|
|
--sapphire-900: #001f99;
|
|
--sapphire-950: #001466;
|
|
|
|
--graphite-50: #f8f9fc;
|
|
--graphite-100: #f1f2f9;
|
|
--graphite-200: #e2e4f0;
|
|
--graphite-300: #cbd0e1;
|
|
--graphite-400: #949db8;
|
|
--graphite-500: #646e8b;
|
|
--graphite-600: #475269;
|
|
--graphite-700: #333b55;
|
|
--graphite-800: #1e233b;
|
|
--graphite-900: #0f121a;
|
|
--graphite-950: #020307;
|
|
|
|
--magenta-50: #fff0f7;
|
|
--magenta-100: #ffdcec;
|
|
--magenta-200: #ffbfdd;
|
|
--magenta-300: #ff9aca;
|
|
--magenta-400: #ff70b4;
|
|
--magenta-500: #ff479e;
|
|
--magenta-600: #ff1a88;
|
|
--magenta-700: #e60070;
|
|
--magenta-800: #cc0063;
|
|
--magenta-900: #99004a;
|
|
--magenta-950: #660031;
|
|
}
|
|
|
|
@theme inline {
|
|
--font-sans: Roboto, sans-serif;
|
|
--font-serif: Domine, serif;
|
|
--font-mono: "Roboto Mono", monospace;
|
|
|
|
--color-background: var(--background);
|
|
--color-foreground: var(--foreground);
|
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
--color-sidebar-border: var(--sidebar-border);
|
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
--color-sidebar-accent: var(--sidebar-accent);
|
|
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
--color-sidebar-primary: var(--sidebar-primary);
|
|
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
--color-sidebar: var(--sidebar);
|
|
--color-chart-5: var(--chart-5);
|
|
--color-chart-4: var(--chart-4);
|
|
--color-chart-3: var(--chart-3);
|
|
--color-chart-2: var(--chart-2);
|
|
--color-chart-1: var(--chart-1);
|
|
--color-ring: var(--ring);
|
|
--color-input: var(--input);
|
|
--color-border: var(--border);
|
|
--color-destructive: var(--destructive);
|
|
--color-accent-foreground: var(--accent-foreground);
|
|
--color-accent: var(--accent);
|
|
--color-muted-foreground: var(--muted-foreground);
|
|
--color-muted: var(--muted);
|
|
--color-secondary-foreground: var(--secondary-foreground);
|
|
--color-secondary: var(--secondary);
|
|
--color-primary-foreground: var(--primary-foreground);
|
|
--color-primary: var(--primary);
|
|
--color-popover-foreground: var(--popover-foreground);
|
|
--color-popover: var(--popover);
|
|
--color-card-foreground: var(--card-foreground);
|
|
--color-card: var(--card);
|
|
--radius-sm: calc(var(--radius) - 4px);
|
|
--radius-md: calc(var(--radius) - 2px);
|
|
--radius-lg: var(--radius);
|
|
--radius-xl: calc(var(--radius) + 4px);
|
|
}
|
|
|
|
:root {
|
|
--radius: 0.3rem;
|
|
--background: oklch(1.0 0.0 0);
|
|
--foreground: oklch(0.143 0.003 271.9282674829111);
|
|
--card: oklch(0.977 0.007 272.5840410480741);
|
|
--card-foreground: oklch(0.143 0.003 271.9282674829111);
|
|
--popover: oklch(1.0 0.0 0);
|
|
--popover-foreground: oklch(0.143 0.003 271.9282674829111);
|
|
--primary: oklch(0.527 0.263 264.6358829854314);
|
|
--primary-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--secondary: oklch(0.957 0.007 272.5840410480741);
|
|
--secondary-foreground: oklch(0.2 0.024 271.03952637990255);
|
|
--muted: oklch(0.957 0.007 272.5840410480741);
|
|
--muted-foreground: oklch(0.501 0.087 270.1873691459851);
|
|
--accent: oklch(0.893 0.011 270.0165724649083);
|
|
--accent-foreground: oklch(0.194 0.039 267.55460547761646);
|
|
--destructive: oklch(0.58 0.237 28.43022926835137);
|
|
--border: oklch(0.87 0.021 272.39716219522893);
|
|
--input: oklch(0.87 0.021 272.39716219522893);
|
|
--ring: oklch(0.527 0.263 264.6358829854314);
|
|
--chart-1: oklch(0.527 0.263 264.6358829854314);
|
|
--chart-2: oklch(0.587 0.17 268.089554204009);
|
|
--chart-3: oklch(0.698 0.107 270.5337309213311);
|
|
--chart-4: oklch(0.344 0.167 264.8096356890612);
|
|
--chart-5: oklch(0.265 0.121 265.17321408623843);
|
|
--sidebar: oklch(0.957 0.007 272.5840410480741);
|
|
--sidebar-foreground: oklch(0.2 0.024 271.03952637990255);
|
|
--sidebar-primary: oklch(0.527 0.263 264.6358829854314);
|
|
--sidebar-primary-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--sidebar-accent: oklch(0.893 0.011 270.0165724649083);
|
|
--sidebar-accent-foreground: oklch(0.194 0.039 267.55460547761646);
|
|
--sidebar-border: oklch(0.87 0.021 272.39716219522893);
|
|
--sidebar-ring: oklch(0.527 0.263 264.6358829854314);
|
|
}
|
|
|
|
.dark {
|
|
--background: oklch(0.18 0.02 271.2071690195347);
|
|
--foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--card: oklch(0.219 0.028 270.9064636444989);
|
|
--card-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--popover: oklch(0.219 0.028 270.9064636444989);
|
|
--popover-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--primary: oklch(0.572 0.216 266.49817452939124);
|
|
--primary-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--secondary: oklch(0.297 0.037 271.01211769802813);
|
|
--secondary-foreground: oklch(0.956 0.008 272.5689802513852);
|
|
--muted: oklch(0.297 0.037 271.01211769802813);
|
|
--muted-foreground: oklch(0.703 0.031 272.154700569603);
|
|
--accent: oklch(0.645 0.061 269.1114142997618);
|
|
--accent-foreground: oklch(0.953 0.013 270.00473513692674);
|
|
--destructive: oklch(0.58 0.237 28.43022926835137);
|
|
--border: oklch(0.38 0.062 270.35456036349854);
|
|
--input: oklch(0.38 0.062 270.35456036349854);
|
|
--ring: oklch(0.572 0.216 266.49817452939124);
|
|
--chart-1: oklch(0.572 0.216 266.49817452939124);
|
|
--chart-2: oklch(0.628 0.168 268.4986758327506);
|
|
--chart-3: oklch(0.728 0.124 270.22825208762697);
|
|
--chart-4: oklch(0.388 0.15 266.35164847353985);
|
|
--chart-5: oklch(0.32 0.089 268.3276964633901);
|
|
--sidebar: oklch(0.293 0.044 270.5701620578212);
|
|
--sidebar-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--sidebar-primary: oklch(0.572 0.216 266.49817452939124);
|
|
--sidebar-primary-foreground: oklch(0.96 0.003 272.6281326778613);
|
|
--sidebar-accent: oklch(0.645 0.061 269.1114142997618);
|
|
--sidebar-accent-foreground: oklch(0.953 0.013 270.00473513692674);
|
|
--sidebar-border: oklch(0.38 0.062 270.35456036349854);
|
|
--sidebar-ring: oklch(0.572 0.216 266.49817452939124);
|
|
}
|
|
|
|
@layer base {
|
|
* {
|
|
@apply border-border outline-ring/50;
|
|
@apply transition-colors duration-300; /* Added transition for smooth color changes */
|
|
}
|
|
|
|
body {
|
|
@apply bg-background text-foreground;
|
|
}
|
|
|
|
input {
|
|
@apply bg-input;
|
|
}
|
|
}
|
|
|
|
@source "../components";
|