feat: add mellow theme
This commit is contained in:
parent
69c8d2791a
commit
c6c214d05f
3 changed files with 6 additions and 0 deletions
|
|
@ -83,4 +83,5 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
theme_file(b, exe, "catppuccin", "themes/latte.json");
|
||||
theme_file(b, exe, "catppuccin", "themes/macchiato.json");
|
||||
theme_file(b, exe, "catppuccin", "themes/mocha.json");
|
||||
theme_file(b, exe, "mellow", "themes/mellow.json");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue