feat: add starfall theme
Some checks are pending
Release tarball / release_tarball (push) Waiting to run

This commit is contained in:
CJ van den Berg 2026-04-08 18:36:36 +02:00
parent 32b5be45c4
commit 80ac47f701
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

@ -234,6 +234,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
.{ "kanso", "themes/kanso-ink.json" }, .{ "kanso", "themes/kanso-ink.json" },
.{ "kanso", "themes/kanso-mist.json" }, .{ "kanso", "themes/kanso-mist.json" },
.{ "kanso", "themes/kanso-pearl.json" }, .{ "kanso", "themes/kanso-pearl.json" },
.{ "starfall", "themes/starfall-color-theme.json"},
}; };
inline for (theme_list) |list| { inline for (theme_list) |list| {
theme_file(b, exe, list[0], list[1]); theme_file(b, exe, list[0], list[1]);

View file

@ -111,6 +111,10 @@
.url = "git+https://github.com/neurocyte/cbor?ref=master#66c28df31b8e4448dac7edf063417f2234d6f3c9", .url = "git+https://github.com/neurocyte/cbor?ref=master#66c28df31b8e4448dac7edf063417f2234d6f3c9",
.hash = "cbor-1.1.0-RcQE_DZMAQBg77bTLWHEMF7QSF2lWUudUbarD9xC5yVJ", .hash = "cbor-1.1.0-RcQE_DZMAQBg77bTLWHEMF7QSF2lWUudUbarD9xC5yVJ",
}, },
.theme_starfall = .{
.url = "git+https://github.com/chandan00761/starfall-visual-studio-code?ref=main#ec8d12a160042dea53b651d507fcb41f118fb87c",
.hash = "N-V-__8AADJTUQAu-OzC23GuzN_not1GCjo-nEK0kXbtoB7y",
},
}, },
.paths = .{ .paths = .{
"build.zig", "build.zig",

View file

@ -54,6 +54,7 @@ pub const theme_files = [_]theme_file{
THEME("themes/kanso-ink.json"), THEME("themes/kanso-ink.json"),
THEME("themes/kanso-mist.json"), THEME("themes/kanso-mist.json"),
THEME("editors/visual-studio-code/themes/selenized-dark.json"), THEME("editors/visual-studio-code/themes/selenized-dark.json"),
THEME("themes/starfall-color-theme.json"),
// base16 collection dark // base16 collection dark