feat: add hypersubatomic
This commit is contained in:
parent
618a7801d3
commit
59bf204551
3 changed files with 6 additions and 0 deletions
|
|
@ -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_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, "hypersubatomic", "themes/Hypersubatomic-color-theme.json");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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_hypersubatomic = .{
|
||||||
|
.url = "https://github.com/usgraphics/hypersubatomic-vscode-theme/archive/ef172ddf88c8e31e1541461b3eea127cc81fa886.tar.gz",
|
||||||
|
.hash = "1220c88ea76ff21dbba04c0cb9509a7dff1fb5efcae6c579250a18748fafefdef657",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ pub const theme_files = [_]theme_file{
|
||||||
THEME("themes/macchiato.json"),
|
THEME("themes/macchiato.json"),
|
||||||
THEME("themes/mocha.json"),
|
THEME("themes/mocha.json"),
|
||||||
THEME("themes/mellow.json"),
|
THEME("themes/mellow.json"),
|
||||||
|
THEME("themes/Hypersubatomic-color-theme.json"),
|
||||||
|
|
||||||
// zenbones collection dark
|
// zenbones collection dark
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue