Theme change
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m14s

This commit is contained in:
2026-02-15 00:42:13 -07:00
parent cf163bb0b2
commit 399cff82b0
4 changed files with 5 additions and 35 deletions

View File

@@ -2,6 +2,5 @@
@plugin "@tailwindcss/typography";
@plugin "daisyui" {
themes: false;
themes: dracula --default;
}
@plugin "./macchiato.ts";

View File

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