From 385bf5459c318a061c08d3b76a91bddb4dc3d374 Mon Sep 17 00:00:00 2001 From: Sahaj Jain Date: Thu, 8 May 2025 03:10:01 +0530 Subject: [PATCH] Add Amethyst Haze theme --- utils/theme-presets.ts | 96 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 90 insertions(+), 6 deletions(-) diff --git a/utils/theme-presets.ts b/utils/theme-presets.ts index 6b7c66bf..cf1a68fa 100644 --- a/utils/theme-presets.ts +++ b/utils/theme-presets.ts @@ -417,6 +417,93 @@ export const defaultPresets: Record = { }, }, + "amethyst-haze": { + label: "Amethyst Haze", + createdAt: "2025-05-08", + styles: { + light: { + background: "#f8f7fa", + foreground: "#3d3c4f", + card: "#ffffff", + "card-foreground": "#3d3c4f", + popover: "#ffffff", + "popover-foreground": "#3d3c4f", + primary: "#8a79ab", + "primary-foreground": "#f8f7fa", + secondary: "#dfd9ec", + "secondary-foreground": "#3d3c4f", + muted: "#dcd9e3", + "muted-foreground": "#6b6880", + accent: "#e6a5b8", + "accent-foreground": "#4b2e36", + destructive: "#d95c5c", + "destructive-foreground": "#f8f7fa", + border: "#cec9d9", + input: "#eae7f0", + ring: "#8a79ab", + "chart-1": "#8a79ab", + "chart-2": "#e6a5b8", + "chart-3": "#77b8a1", + "chart-4": "#f0c88d", + "chart-5": "#a0bbe3", + sidebar: "#f1eff5", + "sidebar-foreground": "#3d3c4f", + "sidebar-primary": "#8a79ab", + "sidebar-primary-foreground": "#f8f7fa", + "sidebar-accent": "#e6a5b8", + "sidebar-accent-foreground": "#4b2e36", + "sidebar-border": "#d7d2e0", + "sidebar-ring": "#8a79ab", + "font-sans": "Geist, sans-serif", + "font-serif": '"Lora", Georgia, serif', + "font-mono": '"Fira Code", "Courier New", monospace', + radius: "0.5rem", + "shadow-color": "hsl(0 0% 0%)", + "shadow-opacity": "0.06", + "shadow-blur": "5px", + "shadow-spread": "1px", + "shadow-offset-x": "1px", + "shadow-offset-y": "2px", + "letter-spacing": "0em", + spacing: "0.25rem", + }, + dark: { + background: "#1a1823", + foreground: "#e0ddef", + card: "#232030", + "card-foreground": "#e0ddef", + popover: "#232030", + "popover-foreground": "#e0ddef", + primary: "#a995c9", + "primary-foreground": "#1a1823", + secondary: "#5a5370", + "secondary-foreground": "#e0ddef", + muted: "#242031", + "muted-foreground": "#a09aad", + accent: "#372e3f", + "accent-foreground": "#f2b8c6", + destructive: "#e57373", + "destructive-foreground": "#1a1823", + border: "#302c40", + input: "#2a273a", + ring: "#a995c9", + "chart-1": "#a995c9", + "chart-2": "#f2b8c6", + "chart-3": "#77b8a1", + "chart-4": "#f0c88d", + "chart-5": "#a0bbe3", + sidebar: "#16141e", + "sidebar-foreground": "#e0ddef", + "sidebar-primary": "#a995c9", + "sidebar-primary-foreground": "#1a1823", + "sidebar-accent": "#372e3f", + "sidebar-accent-foreground": "#f2b8c6", + "sidebar-border": "#2a273a", + "sidebar-ring": "#a995c9", + }, + }, + }, + "doom-64": { label: "Doom 64", createdAt: "2025-04-28", @@ -455,8 +542,7 @@ export const defaultPresets: Record = { "sidebar-border": "#505050", "sidebar-ring": "#b71c1c", "font-sans": '"Oxanium", sans-serif', - "font-serif": - 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif', + "font-serif": 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif', "font-mono": '"Source Code Pro", monospace', radius: "0px", "shadow-color": "hsl(0 0% 0%)", @@ -502,8 +588,7 @@ export const defaultPresets: Record = { "sidebar-border": "#4a4a4a", "sidebar-ring": "#e53935", "font-sans": '"Oxanium", sans-serif', - "font-serif": - 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif', + "font-serif": 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif', "font-mono": '"Source Code Pro", monospace', radius: "0px", "shadow-color": "hsl(0 0% 0%)", @@ -1503,8 +1588,7 @@ export const defaultPresets: Record = { "sidebar-border": "#dfdfdf", "sidebar-ring": "#72e3ad", "font-sans": "Outfit, sans-serif", - "font-serif": - 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif', + "font-serif": 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif', "font-mono": "monospace", radius: "0.5rem", "shadow-color": "#000000",