add Zenbones dark theme and fix some build issues
This commit is contained in:
parent
8b79cf6d79
commit
82b64b6a7f
4 changed files with 31 additions and 8 deletions
|
|
@ -84,4 +84,5 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
theme_file(b, exe, "catppuccin", "themes/macchiato.json");
|
||||
theme_file(b, exe, "catppuccin", "themes/mocha.json");
|
||||
theme_file(b, exe, "mellow", "themes/mellow.json");
|
||||
theme_file(b, exe, "zenbones", "extras/vscode/themes/zenbones_dark_default.json");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue