Update catppuccin theme

This commit is contained in:
CJ van den Berg 2024-11-04 14:48:50 +01:00
parent 08c07e21c4
commit d49b4cddde
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 10 additions and 10 deletions

View file

@ -80,8 +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");
theme_file(b, exe, "catppuccin", "themes/frappe.json");
theme_file(b, exe, "catppuccin", "themes/latte.json");
theme_file(b, exe, "catppuccin", "themes/macchiato.json");
theme_file(b, exe, "catppuccin", "themes/mocha.json");
}