Add catppuccin theme

This commit is contained in:
Cinition 2024-10-23 13:48:10 +02:00 committed by CJ van den Berg
parent 163188fc14
commit 08c07e21c4
3 changed files with 12 additions and 0 deletions

View file

@ -80,4 +80,8 @@ fn add_themes(b: *std.Build, exe: anytype) void {
theme_file(b, exe, "everforest", "themes/everforest-light.json");
theme_file(b, exe, "nord", "themes/nord-color-theme.json");
theme_file(b, exe, "spacedust", "themes/Spacedust-color-theme.json");
theme_file(b, exe, "catppuccin", "frappe.json");
theme_file(b, exe, "catppuccin", "latte.json");
theme_file(b, exe, "catppuccin", "macchiato.json");
theme_file(b, exe, "catppuccin", "mocha.json");
}