feat: add mellow theme

This commit is contained in:
CJ van den Berg 2025-01-14 19:42:07 +01:00
parent 69c8d2791a
commit c6c214d05f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

@ -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");
}