Update catppuccin theme
This commit is contained in:
parent
08c07e21c4
commit
d49b4cddde
3 changed files with 10 additions and 10 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue