Catppuccin Macciato because it fucking rules dude
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m8s

This commit is contained in:
2025-12-31 19:58:37 -07:00
parent 4c1def9cf9
commit d354b35d05
4 changed files with 36 additions and 38 deletions

View File

@@ -1,38 +1,7 @@
@import "tailwindcss";
@plugin "daisyui";
@plugin "@tailwindcss/typography";
@plugin "daisyui/theme" {
name: "atridotdad";
default: true;
prefersdark: true;
color-scheme: "dark";
--color-base-100: oklch(25.33% 0.016 252.42);
--color-base-200: oklch(23.26% 0.014 253.1);
--color-base-300: oklch(21.15% 0.012 254.09);
--color-base-content: oklch(100% 0 0);
--color-primary: oklch(78% 0.154 211.53);
--color-primary-content: oklch(0% 0 0);
--color-secondary: oklch(68% 0.169 237.323);
--color-secondary-content: oklch(0% 0 0);
--color-accent: oklch(60% 0.126 221.723);
--color-accent-content: oklch(0% 0 0);
--color-neutral: oklch(45% 0.085 224.283);
--color-neutral-content: oklch(100% 0 0);
--color-info: oklch(74% 0.16 232.661);
--color-info-content: oklch(29% 0.066 243.157);
--color-success: oklch(70% 0.14 182.503);
--color-success-content: oklch(37% 0.077 168.94);
--color-warning: oklch(82% 0.189 84.429);
--color-warning-content: oklch(41% 0.112 45.904);
--color-error: oklch(71% 0.194 13.428);
--color-error-content: oklch(27% 0.105 12.094);
--radius-selector: 2rem;
--radius-field: 2rem;
--radius-box: 2rem;
--size-selector: 0.25rem;
--size-field: 0.25rem;
--border: 1.5px;
--depth: 1;
--noise: 0;
@plugin "daisyui" {
themes: false;
}
@plugin "./macchiato.ts";

10
src/styles/macchiato.ts Normal file
View File

@@ -0,0 +1,10 @@
import { createCatppuccinPlugin } from "@catppuccin/daisyui";
export default createCatppuccinPlugin(
"macchiato",
{},
{
default: true,
prefersdark: true,
},
);