Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..800;1,9..40,300..800&family=Inter:wght@300..800&family=Oxanium:wght@300..800&family=Plus+Jakarta+Sans:wght@300..800&family=Space+Grotesk:wght@300..700&display=swap"
href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300..800&family=DM+Sans:ital,opsz,wght@0,9..40,300..800;1,9..40,300..800&family=IBM+Plex+Mono:wght@300..700&family=Inter:wght@300..800&family=Oxanium:wght@300..800&family=Plus+Jakarta+Sans:wght@300..800&family=Space+Grotesk:wght@300..700&display=swap"
rel="stylesheet"
/>
<title>OK Code</title>
Expand Down
120 changes: 116 additions & 4 deletions apps/web/src/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@

/* ─── Deep Purple ─── minimal cool elegant dashboard portfolio ─── */

:root.theme-purple-stuff,
:root.theme-hot-tamale {
:root.theme-purple-stuff {
color-scheme: light;
--background: oklch(0.9838 0.0035 247.8583);
--foreground: oklch(0.1284 0.0267 261.5937);
Expand Down Expand Up @@ -188,8 +187,7 @@
--spacing: 0.25rem;
}

:root.theme-purple-stuff.dark,
:root.theme-hot-tamale.dark {
:root.theme-purple-stuff.dark {
color-scheme: dark;
--background: oklch(0.1091 0.0091 301.6956);
--foreground: oklch(0.9838 0.0035 247.8583);
Expand Down Expand Up @@ -250,3 +248,117 @@
--tracking-normal: -0.015em;
--spacing: 0.25rem;
}

/* ─── Hot Tamale ─── red-and-black industrial contrast ─── */

:root.theme-hot-tamale {
color-scheme: light;
--background: #ffffff;
--foreground: #1a1a1a;
--card: #ffffff;
--card-foreground: #1a1a1a;
--popover: #ffffff;
--popover-foreground: #1a1a1a;
--primary: #1c1c1c;
--primary-foreground: #ffffff;
--secondary: #ffffff;
--secondary-foreground: #1c1c1c;
--muted: #ffffff;
--muted-foreground: #8a8a8a;
--accent: #ffffff;
--accent-foreground: #1c1c1c;
--destructive: #ea1330;
--destructive-foreground: #ffffff;
--border: #ffffff;
--input: #ffffff;
--ring: #c1c1c1;
--chart-1: #edf5fe;
--chart-2: #80acf5;
--chart-3: #608df2;
--chart-4: #4471e7;
--chart-5: #284ed2;
--sidebar: #ffffff;
--sidebar-foreground: #1a1a1a;
--sidebar-primary: #1c1c1c;
--sidebar-primary-foreground: #ffffff;
--sidebar-accent: #ffffff;
--sidebar-accent-foreground: #1c1c1c;
--sidebar-border: #ffffff;
--sidebar-ring: #c1c1c1;
--font-sans: Chakra Petch, ui-sans-serif, sans-serif, system-ui;
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
--font-mono: IBM Plex Mono, ui-monospace, monospace;
--radius: 0rem;
--shadow-x: 0;
--shadow-y: 1px;
--shadow-blur: 3px;
--shadow-spread: 0px;
--shadow-opacity: 0.1;
--shadow-color: oklch(0 0 0);
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
--tracking-normal: 0em;
--spacing: 0.25rem;
}

:root.theme-hot-tamale.dark {
color-scheme: dark;
--background: #000000;
--foreground: #ffffff;
--card: #000000;
--card-foreground: #ffffff;
--popover: #000000;
--popover-foreground: #ffffff;
--primary: #d6544b;
--primary-foreground: #000000;
--secondary: #d6544b;
--secondary-foreground: #000000;
--muted: #1c1c17;
--muted-foreground: #ffffff;
--accent: #d6544b;
--accent-foreground: #000000;
--destructive: #d6544b;
--destructive-foreground: #000000;
--border: #222222;
--input: #000000;
--ring: #d6544b;
--chart-1: #e68933;
--chart-2: #d4ce21;
--chart-3: #2f75e4;
--chart-4: #6534db;
--chart-5: #d6544b;
--sidebar: #000000;
--sidebar-foreground: #ffffff;
--sidebar-primary: #d6544b;
--sidebar-primary-foreground: #ffffff;
--sidebar-accent: #d6544b;
--sidebar-accent-foreground: #000000;
--sidebar-border: #000000;
--sidebar-ring: #d6544b;
--font-sans: Chakra Petch, ui-sans-serif, sans-serif, system-ui;
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
--font-mono: IBM Plex Mono, ui-monospace, monospace;
--radius: 0rem;
--shadow-x: 0;
--shadow-y: 1px;
--shadow-blur: 3px;
--shadow-spread: 0px;
--shadow-opacity: 0.1;
--shadow-color: oklch(0 0 0);
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
--tracking-normal: 0em;
--spacing: 0.25rem;
}
Loading