feat: Modify colors and convert to hex

This commit is contained in:
Sahaj Jain
2025-04-19 16:35:53 +05:30
parent 7906da4259
commit 95c8631cbd
+64 -64
View File
@@ -110,73 +110,73 @@ export const presets: Record<string, ThemePreset> = {
createdAt: "2025-04-18",
styles: {
light: {
background: "hsl(300 56% 98%)",
foreground: "hsl(296 56% 21%)",
card: "hsl(291 54% 97%)",
"card-foreground": "hsl(240 10% 30%)",
popover: "hsl(0 0% 100%)",
"popover-foreground": "hsl(296 56% 21%)",
primary: "hsl(334.2 74.9% 56.9%)",
"primary-foreground": "hsl(0 0% 100%)",
secondary: "hsl(314.7 61.6% 85.7%)",
"secondary-foreground": "hsl(295.8 40.9% 34.5%)",
muted: "hsl(327.7 61.6% 78.7%)",
"muted-foreground": "hsl(327 77% 38%)",
accent: "hsl(314.7 61.6% 85.7%)",
"accent-foreground": "hsl(295.8 40.9% 34.5%)",
destructive: "hsl(335 94% 50%)",
"destructive-foreground": "hsl(0 0% 100%)",
border: "hsl(304.8 61% 83.9%)",
input: "hsl(317.4 44.2% 83.1%)",
ring: "hsl(333.3 71.4% 50.6%)",
"chart-1": "hsl(318.436 70.196% 50%)",
"chart-2": "hsl(272.335 82.266% 39.804%)",
"chart-3": "hsl(197 37% 24%)",
"chart-4": "hsl(43 74% 66%)",
"chart-5": "hsl(27 87% 67%)",
background: "#faf5fa",
foreground: "#501854",
card: "#faf5fa",
"card-foreground": "#501854",
popover: "#ffffff",
"popover-foreground": "#501854",
primary: "#a84370",
"primary-foreground": "#ffffff",
secondary: "#f1c4e6",
"secondary-foreground": "#77347c",
muted: "#f6e5f3",
"muted-foreground": "#834588",
accent: "#f1c4e6",
"accent-foreground": "#77347c",
destructive: "#ab4347",
"destructive-foreground": "#ffffff",
border: "#efbdeb",
input: "#e7c1dc",
ring: "#db2777",
"chart-1": "#d926a2",
"chart-2": "#6c12b9",
"chart-3": "#274754",
"chart-4": "#e8c468",
"chart-5": "#f4a462",
sidebar: "#f3e4f6",
"sidebar-foreground": "#ac1668",
"sidebar-primary": "#454554",
"sidebar-primary-foreground": "#faf1f7",
"sidebar-accent": "#f8f8f7",
"sidebar-accent-foreground": "#454554",
"sidebar-border": "#eceae9",
"sidebar-ring": "#db2777",
radius: "0.5rem",
sidebar: "hsl(293.7 46.3% 92%)",
"sidebar-foreground": "hsl(240 10% 30%)",
"sidebar-primary": "hsl(240 10% 30%)",
"sidebar-primary-foreground": "hsl(0 0% 98%)",
"sidebar-accent": "hsl(60 5% 97%)",
"sidebar-accent-foreground": "hsl(240 10% 30%)",
"sidebar-border": "hsl(20 6% 92%)",
"sidebar-ring": "hsl(333.3 71.4% 50.6%)",
},
dark: {
background: "hsl(270 16.13% 12.16% )",
foreground: "hsl(270 20% 97.8%)",
card: "hsl(320 23.08% 5.1%)",
"card-foreground": "hsl(326 33% 96%)",
popover: "hsl(320 23.08% 5.1%)",
"popover-foreground": "hsl(326 33% 96%)",
primary: "hsl(332 100% 32%)",
"primary-foreground": "hsl(326 85% 90%)",
secondary: "hsl(273.8 15.1% 20.8%)",
"secondary-foreground": "hsl(270 30% 83%)",
muted: "hsl(274, 15%, 18%)",
"muted-foreground": "hsl(326 33% 86%)",
accent: "hsl(272 20% 27%)",
"accent-foreground": "hsl(326 33% 96%)",
destructive: "hsl(335.82 74.44% 35.29%)",
"destructive-foreground": "hsl(0 0% 100%)",
border: "hsl(273.8 15.1% 20.8%)",
input: "hsl(312 8.772% 22.353%)",
ring: "hsl(333.3 71.4% 50.6%)",
"chart-1": "hsl(318.436 70.196% 50%)",
"chart-2": "hsl(272.335 82.266% 39.804%)",
"chart-3": "hsl(30 80% 55%)",
"chart-4": "hsl(280 65% 60%)",
"chart-5": "hsl(340 75% 55%)",
sidebar: "hsl(313 19% 9%)",
"sidebar-foreground": "hsl(240 4.8% 95.9%)",
"sidebar-primary": "hsl(224.3 76.3% 48%)",
"sidebar-primary-foreground": "hsl(0 0% 100%)",
"sidebar-accent": "hsl(318.5 20.6% 12.4%)",
"sidebar-accent-foreground": "hsl(240 4.8% 95.9%)",
"sidebar-border": "hsl(0 0% 0%)",
"sidebar-ring": "hsl(333.3 71.4% 50.6%)",
background: "#221d27",
foreground: "#d2c4de",
card: "#2c2632",
"card-foreground": "#dbc5d2",
popover: "#100a0e",
"popover-foreground": "#f8f1f5",
primary: "#a3004c",
"primary-foreground": "#efc0d8",
secondary: "#362d3d",
"secondary-foreground": "#d4c7e1",
muted: "#28222d",
"muted-foreground": "#c2b6cf",
accent: "#463753",
"accent-foreground": "#f8f1f5",
destructive: "#301015",
"destructive-foreground": "#ffffff",
border: "#3b3237",
input: "#3e343c",
ring: "#db2777",
"chart-1": "#a84370",
"chart-2": "#934dcb",
"chart-3": "#e88c30",
"chart-4": "#af57db",
"chart-5": "#e23670",
sidebar: "#181117",
"sidebar-foreground": "#e0cad6",
"sidebar-primary": "#1d4ed8",
"sidebar-primary-foreground": "#ffffff",
"sidebar-accent": "#261922",
"sidebar-accent-foreground": "#f4f4f5",
"sidebar-border": "#000000",
"sidebar-ring": "#db2777",
},
},
},