From 0f7aa63a042045f73004cdfbfc6936db812d9f10 Mon Sep 17 00:00:00 2001 From: sudacode Date: Mon, 29 Dec 2025 20:20:07 -0800 Subject: [PATCH] add style --- _kiku_style.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 _kiku_style.css diff --git a/_kiku_style.css b/_kiku_style.css new file mode 100644 index 0000000..230bb95 --- /dev/null +++ b/_kiku_style.css @@ -0,0 +1,35 @@ +@layer custom { + [data-theme="dracula"] { + prefersdark: true; + color-scheme: "dark"; + --color-base-100: #24273a; + --color-base-200: #181926; + --color-base-300: oklch(24.787% 0.019 277.508); + --color-base-content: oklch(97.747% 0.007 106.545); + --color-primary: #c6a0f6; + --color-primary-content: oklch(15.092% 0.036 346.812); + --color-secondary: #c6a0f6; + --color-secondary-content: oklch(14.84% 0.029 301.883); + --color-accent: #f5a97f; + --color-accent-content: oklch(16.678% 0.024 66.558); + --color-neutral: #363a4f; + --color-neutral-content: oklch(87.889% 0.006 275.524); + --color-info: #8aadf4; + --color-info-content: oklch(17.652% 0.018 212.846); + --color-success: #a6da95; + --color-success-content: oklch(17.419% 0.043 148.024); + --color-warning: #eed49f; + --color-warning-content: oklch(19.106% 0.026 112.757); + --color-error: #ed8796; + --color-error-content: oklch(13.644% 0.041 24.43); + --radius-selector: 1rem; + --radius-field: 0.5rem; + --radius-box: 1rem; + --size-selector: 0.25rem; + --size-field: 0.25rem; + --border: 1px; + --depth: 0; + --noise: 0; + } +} +