feat: add catppuccin-macchiato theme (#5225)

This commit is contained in:
Bishal Roy
2025-12-08 10:27:03 -06:00
committed by GitHub
parent 5e3a59d5a2
commit a959199f09
5 changed files with 774 additions and 2398 deletions
@@ -6,6 +6,7 @@ import { createSimpleContext } from "./helper"
import aura from "./theme/aura.json" with { type: "json" }
import ayu from "./theme/ayu.json" with { type: "json" }
import catppuccin from "./theme/catppuccin.json" with { type: "json" }
import catppuccinMacchiato from "./theme/catppuccin-macchiato.json" with { type: "json" }
import cobalt2 from "./theme/cobalt2.json" with { type: "json" }
import dracula from "./theme/dracula.json" with { type: "json" }
import everforest from "./theme/everforest.json" with { type: "json" }
@@ -131,6 +132,7 @@ export const DEFAULT_THEMES: Record<string, ThemeJson> = {
aura,
ayu,
catppuccin,
["catppuccin-macchiato"]: catppuccinMacchiato,
cobalt2,
dracula,
everforest,