mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-04 07:19:35 +00:00
feat: update theme colors
This commit is contained in:
Vendored
+38
-44
@@ -109,13 +109,13 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
--card-foreground: oklch(0.145 0 0);
|
||||
--popover: oklch(1 0 0);
|
||||
--popover-foreground: oklch(0.145 0 0);
|
||||
--primary: oklch(0.13 0 0);
|
||||
--primary-foreground: oklch(0.985 0 0);
|
||||
--primary: oklch(0.58 0.2 250);
|
||||
--primary-foreground: oklch(1 0 0);
|
||||
--secondary: oklch(0.95 0 0);
|
||||
--secondary-foreground: oklch(0.145 0 0);
|
||||
--secondary-foreground: oklch(0.42 0.16 250);
|
||||
--muted: oklch(0.97 0 0);
|
||||
--muted-foreground: oklch(0.49 0 0);
|
||||
--accent: oklch(0.95 0 0);
|
||||
--accent: color-mix(in oklch, var(--primary) 12%, var(--background));
|
||||
--accent-foreground: oklch(0.145 0 0);
|
||||
--destructive: oklch(0.577 0.245 27.325);
|
||||
--destructive-foreground: oklch(0.985 0 0);
|
||||
@@ -129,23 +129,23 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
--neutral-foreground: oklch(0.145 0 0);
|
||||
--border: oklch(0.93 0 0);
|
||||
--input: oklch(0.93 0 0);
|
||||
--ring: oklch(0.708 0 0);
|
||||
--chart-1: oklch(0.646 0.222 41.116);
|
||||
--chart-2: oklch(0.6 0.118 184.704);
|
||||
--chart-3: oklch(0.398 0.07 227.392);
|
||||
--chart-4: oklch(0.828 0.189 84.429);
|
||||
--chart-5: oklch(0.769 0.188 70.08);
|
||||
--ring: oklch(0.58 0.2 250);
|
||||
--chart-1: oklch(0.72 0.18 250);
|
||||
--chart-2: oklch(0.65 0.15 200);
|
||||
--chart-3: oklch(0.7 0.12 280);
|
||||
--chart-4: oklch(0.68 0.19 325);
|
||||
--chart-5: oklch(0.68 0.16 155);
|
||||
--overview-accent-1: oklch(0.72 0.18 250);
|
||||
--overview-accent-2: oklch(0.65 0.15 200);
|
||||
--overview-accent-3: oklch(0.7 0.12 280);
|
||||
--sidebar: color-mix(in oklch, var(--foreground) 0.5%, var(--background));
|
||||
--sidebar-foreground: oklch(0.145 0 0);
|
||||
--sidebar-primary: oklch(0.13 0 0);
|
||||
--sidebar-primary-foreground: oklch(0.985 0 0);
|
||||
--sidebar-accent: oklch(0.92 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.145 0 0);
|
||||
--sidebar-primary: oklch(0.58 0.2 250);
|
||||
--sidebar-primary-foreground: oklch(1 0 0);
|
||||
--sidebar-accent: color-mix(in oklch, var(--primary) 12%, var(--background));
|
||||
--sidebar-accent-foreground: oklch(0.42 0.16 250);
|
||||
--sidebar-border: oklch(0.93 0 0);
|
||||
--sidebar-ring: oklch(0.708 0 0);
|
||||
--sidebar-ring: oklch(0.58 0.2 250);
|
||||
--skeleton-base: oklch(0.97 0 0);
|
||||
--skeleton-highlight: oklch(0.985 0 0);
|
||||
--table-row: var(--background);
|
||||
@@ -159,19 +159,17 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
var(--foreground) 3%,
|
||||
var(--background)
|
||||
);
|
||||
--table-disabled: color-mix(
|
||||
in oklch,
|
||||
var(--foreground) 5.5%,
|
||||
var(--background)
|
||||
);
|
||||
/* Disabled rows: kept subtle so they read as "quiet", not as a colored
|
||||
alert state. */
|
||||
--table-disabled: color-mix(in oklch, var(--foreground) 3%, var(--background));
|
||||
--table-disabled-hover: color-mix(
|
||||
in oklch,
|
||||
var(--foreground) 7%,
|
||||
var(--foreground) 4.5%,
|
||||
var(--background)
|
||||
);
|
||||
--table-disabled-border: color-mix(
|
||||
in oklch,
|
||||
var(--foreground) 24%,
|
||||
var(--foreground) 16%,
|
||||
var(--background)
|
||||
);
|
||||
}
|
||||
@@ -184,13 +182,13 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
--card-foreground: oklch(0.965 0 0);
|
||||
--popover: oklch(0.305 0 0);
|
||||
--popover-foreground: oklch(0.965 0 0);
|
||||
--primary: oklch(0.965 0 0);
|
||||
--primary-foreground: oklch(0.155 0 0);
|
||||
--primary: oklch(0.66 0.17 250);
|
||||
--primary-foreground: oklch(1 0 0);
|
||||
--secondary: oklch(0.335 0 0);
|
||||
--secondary-foreground: oklch(0.965 0 0);
|
||||
--secondary-foreground: oklch(0.9 0.05 250);
|
||||
--muted: oklch(0.305 0 0);
|
||||
--muted-foreground: oklch(0.78 0 0);
|
||||
--accent: oklch(0.365 0 0);
|
||||
--accent: color-mix(in oklch, var(--primary) 20%, var(--background));
|
||||
--accent-foreground: oklch(0.985 0 0);
|
||||
--destructive: oklch(0.704 0.191 22.216);
|
||||
--destructive-foreground: oklch(0.985 0 0);
|
||||
@@ -204,20 +202,20 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
--neutral-foreground: oklch(0.155 0 0);
|
||||
--border: oklch(1 0 0 / 10%);
|
||||
--input: oklch(1 0 0 / 17%);
|
||||
--ring: oklch(0.68 0 0);
|
||||
--chart-1: oklch(0.488 0.243 264.376);
|
||||
--chart-2: oklch(0.696 0.17 162.48);
|
||||
--chart-3: oklch(0.769 0.188 70.08);
|
||||
--chart-4: oklch(0.627 0.265 303.9);
|
||||
--chart-5: oklch(0.645 0.246 16.439);
|
||||
--ring: oklch(0.66 0.17 250);
|
||||
--chart-1: oklch(0.76 0.14 250);
|
||||
--chart-2: oklch(0.76 0.13 200);
|
||||
--chart-3: oklch(0.76 0.13 285);
|
||||
--chart-4: oklch(0.75 0.16 325);
|
||||
--chart-5: oklch(0.76 0.14 155);
|
||||
--sidebar: oklch(0.225 0 0);
|
||||
--sidebar-foreground: oklch(0.95 0 0);
|
||||
--sidebar-primary: oklch(0.965 0 0);
|
||||
--sidebar-primary-foreground: oklch(0.155 0 0);
|
||||
--sidebar-accent: oklch(0.355 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.985 0 0);
|
||||
--sidebar-primary: oklch(0.66 0.17 250);
|
||||
--sidebar-primary-foreground: oklch(1 0 0);
|
||||
--sidebar-accent: color-mix(in oklch, var(--primary) 20%, var(--background));
|
||||
--sidebar-accent-foreground: oklch(0.9 0.05 250);
|
||||
--sidebar-border: oklch(1 0 0 / 11%);
|
||||
--sidebar-ring: oklch(0.68 0 0);
|
||||
--sidebar-ring: oklch(0.66 0.17 250);
|
||||
--skeleton-base: oklch(0.335 0 0);
|
||||
--skeleton-highlight: oklch(0.44 0 0);
|
||||
--table-row: var(--background);
|
||||
@@ -227,19 +225,15 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
var(--foreground) 9%,
|
||||
var(--background)
|
||||
);
|
||||
--table-disabled: color-mix(
|
||||
in oklch,
|
||||
var(--foreground) 10%,
|
||||
var(--background)
|
||||
);
|
||||
--table-disabled: color-mix(in oklch, var(--foreground) 7%, var(--background));
|
||||
--table-disabled-hover: color-mix(
|
||||
in oklch,
|
||||
var(--foreground) 13%,
|
||||
var(--foreground) 9.5%,
|
||||
var(--background)
|
||||
);
|
||||
--table-disabled-border: color-mix(
|
||||
in oklch,
|
||||
var(--foreground) 34%,
|
||||
var(--foreground) 24%,
|
||||
var(--background)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user