feat: add hypersubatomic

This commit is contained in:
CJ van den Berg 2025-02-26 21:56:29 +01:00
parent 618a7801d3
commit 59bf204551
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

@ -142,4 +142,5 @@ fn add_themes(b: *std.Build, exe: anytype) void {
theme_file(b, exe, "zenbones", "extras/vscode/themes/zenwritten_light_bright.json");
theme_file(b, exe, "zenbones", "extras/vscode/themes/zenwritten_light_default.json");
theme_file(b, exe, "zenbones", "extras/vscode/themes/zenwritten_light_dim.json");
theme_file(b, exe, "hypersubatomic", "themes/Hypersubatomic-color-theme.json");
}