Skip to content

Latest commit

 

History

History
140 lines (138 loc) · 4.36 KB

File metadata and controls

140 lines (138 loc) · 4.36 KB

:root { --card: #ffffff; --ring: #d87943; --input: #e5e7eb; --muted: #f3f4f6; --accent: #eeeeee; --border: #e5e7eb; --radius: 0.75rem; --chart-1: #5f8787; --chart-2: #e78a53; --chart-3: #fbcb97; --chart-4: #888888; --chart-5: #999999; --popover: #ffffff; --primary: #d87943; --sidebar: #f3f4f6; --spacing: 0.25rem; --font-mono: JetBrains Mono, ui-monospace, monospace; --font-sans: Outfit, ui-sans-serif, sans-serif, system-ui; --secondary: #527575; --background: #ffffff; --font-serif: Merriweather, ui-serif, serif; --foreground: #111827; --destructive: #ef4444; --shadow-blur: 4px; --shadow-color: #000000; --sidebar-ring: #d87943; --shadow-spread: 0px; --letter-spacing: 0rem; --shadow-opacity: 0.05; --sidebar-accent: #ffffff; --sidebar-border: #e5e7eb; --card-foreground: #111827; --shadow-offset-x: 0px; --shadow-offset-y: 1px; --sidebar-primary: #d87943; --muted-foreground: #6b7280; --accent-foreground: #111827; --popover-foreground: #111827; --primary-foreground: #ffffff; --sidebar-foreground: #111827; --secondary-foreground: #ffffff; --destructive-foreground: #fafafa; --sidebar-accent-foreground: #111827; --sidebar-primary-foreground: #ffffff; }

.dark { --card: #121212; --ring: #e78a53; --input: #222222; --muted: #222222; --accent: #333333; --border: #222222; --radius: 0.75rem; --chart-1: #5f8787; --chart-2: #e78a53; --chart-3: #fbcb97; --chart-4: #888888; --chart-5: #999999; --popover: #121113; --primary: #e78a53; --sidebar: #121212; --spacing: 0.25rem; --font-mono: JetBrains Mono, ui-monospace, monospace; --font-sans: Outfit, ui-sans-serif, sans-serif, system-ui; --secondary: #5f8787; --background: #121113; --font-serif: Merriweather, ui-serif, serif; --foreground: #c1c1c1; --destructive: #5f8787; --shadow-blur: 4px; --shadow-color: #000000; --sidebar-ring: #e78a53; --shadow-spread: 0px; --letter-spacing: 0rem; --shadow-opacity: 0.05; --sidebar-accent: #333333; --sidebar-border: #222222; --card-foreground: #c1c1c1; --shadow-offset-x: 0px; --shadow-offset-y: 1px; --sidebar-primary: #e78a53; --muted-foreground: #888888; --accent-foreground: #c1c1c1; --popover-foreground: #c1c1c1; --primary-foreground: #121113; --sidebar-foreground: #c1c1c1; --secondary-foreground: #121113; --destructive-foreground: #121113; --sidebar-accent-foreground: #c1c1c1; --sidebar-primary-foreground: #121113; }

@theme inline { --color-card: var(--card); --color-ring: var(--ring); --color-input: var(--input); --color-muted: var(--muted); --color-accent: var(--accent); --color-border: var(--border); --color-radius: var(--radius); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-popover: var(--popover); --color-primary: var(--primary); --color-sidebar: var(--sidebar); --color-spacing: var(--spacing); --color-font-mono: var(--font-mono); --color-font-sans: var(--font-sans); --color-secondary: var(--secondary); --color-background: var(--background); --color-font-serif: var(--font-serif); --color-foreground: var(--foreground); --color-destructive: var(--destructive); --color-shadow-blur: var(--shadow-blur); --color-shadow-color: var(--shadow-color); --color-sidebar-ring: var(--sidebar-ring); --color-shadow-spread: var(--shadow-spread); --color-letter-spacing: var(--letter-spacing); --color-shadow-opacity: var(--shadow-opacity); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-border: var(--sidebar-border); --color-card-foreground: var(--card-foreground); --color-shadow-offset-x: var(--shadow-offset-x); --color-shadow-offset-y: var(--shadow-offset-y); --color-sidebar-primary: var(--sidebar-primary); --color-muted-foreground: var(--muted-foreground); --color-accent-foreground: var(--accent-foreground); --color-popover-foreground: var(--popover-foreground); --color-primary-foreground: var(--primary-foreground); --color-sidebar-foreground: var(--sidebar-foreground); --color-secondary-foreground: var(--secondary-foreground); --color-destructive-foreground: var(--destructive-foreground); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); }