add Zenbones dark theme and fix some build issues

This commit is contained in:
plyght 2025-02-03 14:59:25 -05:00 committed by CJ van den Berg
parent 8b79cf6d79
commit 82b64b6a7f
4 changed files with 31 additions and 8 deletions

View file

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