feat: add retro82 theme
Some checks failed
Release tarball / release_tarball (push) Has been cancelled

This commit is contained in:
CJ van den Berg 2026-04-10 12:01:34 +02:00
parent 80ac47f701
commit 9114e2d9ff
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

@ -235,6 +235,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
.{ "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"}, .{ "starfall", "themes/starfall-color-theme.json"},
.{ "retro82", "themes/base16-retro-82-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

@ -115,6 +115,10 @@
.url = "git+https://github.com/chandan00761/starfall-visual-studio-code?ref=main#ec8d12a160042dea53b651d507fcb41f118fb87c", .url = "git+https://github.com/chandan00761/starfall-visual-studio-code?ref=main#ec8d12a160042dea53b651d507fcb41f118fb87c",
.hash = "N-V-__8AADJTUQAu-OzC23GuzN_not1GCjo-nEK0kXbtoB7y", .hash = "N-V-__8AADJTUQAu-OzC23GuzN_not1GCjo-nEK0kXbtoB7y",
}, },
.theme_retro82 = .{
.url = "git+https://github.com/OldJobobo/retro-82-theme.vscode#e94fb87a6be2a1513701b44fde8b437e61559d62",
.hash = "N-V-__8AAP3kDQDD-jDIIPzYBuSlfQy1wSwyen_A2Z1EZ48i",
},
}, },
.paths = .{ .paths = .{
"build.zig", "build.zig",

View file

@ -58,6 +58,7 @@ pub const theme_files = [_]theme_file{
// base16 collection dark // base16 collection dark
THEME("themes/base16-retro-82-color-theme.json"),
THEME("themes/3024-dark.json"), THEME("themes/3024-dark.json"),
THEME("themes/apathy-dark.json"), THEME("themes/apathy-dark.json"),
THEME("themes/ashes-dark.json"), THEME("themes/ashes-dark.json"),