feat: add kanagawa

This commit is contained in:
doaN 2025-09-30 08:34:35 +02:00 committed by CJ van den Berg
parent 952f9f630e
commit 0efb55c633
3 changed files with 10 additions and 1 deletions

View file

@ -142,6 +142,9 @@ 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, "kanagawa", "themes/kanagawa-wave-color-theme.json");
theme_file(b, exe, "kanagawa", "themes/kanagawa-dragon-color-theme.json");
theme_file(b, exe, "kanagawa", "themes/kanagawa-lotus-color-theme.json");
theme_file(b, exe, "hypersubatomic", "themes/Hypersubatomic-color-theme.json");
theme_file(b, exe, "base16", "themes/3024-dark.json");
theme_file(b, exe, "base16", "themes/3024-light.json");