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_bright.json");
theme_file(b, exe, "zenbones", "extras/vscode/themes/zenwritten_light_default.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, "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, "hypersubatomic", "themes/Hypersubatomic-color-theme.json");
theme_file(b, exe, "base16", "themes/3024-dark.json"); theme_file(b, exe, "base16", "themes/3024-dark.json");
theme_file(b, exe, "base16", "themes/3024-light.json"); theme_file(b, exe, "base16", "themes/3024-light.json");

View file

@ -77,6 +77,10 @@
.url = "https://github.com/rpbritton/zenbones.vscode/archive/c587792a912ac8f81e244d951ad95564ef5b8c0e.tar.gz", .url = "https://github.com/rpbritton/zenbones.vscode/archive/c587792a912ac8f81e244d951ad95564ef5b8c0e.tar.gz",
.hash = "122053dbc0b7c047e80db931873f4127ce8301eb4b2e779aede2616fc79f3b23abda", .hash = "122053dbc0b7c047e80db931873f4127ce8301eb4b2e779aede2616fc79f3b23abda",
}, },
.theme_kanagawa = .{
.url = "https://github.com/metapho-re/kanagawa-vscode-theme/archive/0e86b4edeccf415ff941d1ae0a84da123bd929e6.tar.gz",
.hash = "122040811faf00ad24acdf34654a2d65df48d6aefa9ad925ea039d305fe9ea483013",
},
.theme_hypersubatomic = .{ .theme_hypersubatomic = .{
.url = "https://github.com/usgraphics/hypersubatomic-vscode-theme/archive/ef172ddf88c8e31e1541461b3eea127cc81fa886.tar.gz", .url = "https://github.com/usgraphics/hypersubatomic-vscode-theme/archive/ef172ddf88c8e31e1541461b3eea127cc81fa886.tar.gz",
.hash = "1220c88ea76ff21dbba04c0cb9509a7dff1fb5efcae6c579250a18748fafefdef657", .hash = "1220c88ea76ff21dbba04c0cb9509a7dff1fb5efcae6c579250a18748fafefdef657",
@ -91,4 +95,3 @@
"build.zig.zon", "build.zig.zon",
}, },
} }

View file

@ -47,6 +47,9 @@ pub const theme_files = [_]theme_file{
THEME("themes/mocha.json"), THEME("themes/mocha.json"),
THEME("themes/mellow.json"), THEME("themes/mellow.json"),
THEME("themes/Hypersubatomic-color-theme.json"), THEME("themes/Hypersubatomic-color-theme.json"),
THEME("themes/kanagawa-wave-color-theme.json"),
THEME("themes/kanagawa-dragon-color-theme.json"),
THEME("themes/kanagawa-lotus-color-theme.json"),
// base16 collection dark // base16 collection dark