From 80ac47f701dc4fab73dafb5c0da10b0c9e395052 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 8 Apr 2026 18:36:36 +0200 Subject: [PATCH] feat: add starfall theme --- build.zig | 1 + build.zig.zon | 4 ++++ src/theme_files.zig | 1 + 3 files changed, 6 insertions(+) diff --git a/build.zig b/build.zig index 8aa2af2..d7413db 100644 --- a/build.zig +++ b/build.zig @@ -234,6 +234,7 @@ fn add_themes(b: *std.Build, exe: anytype) void { .{ "kanso", "themes/kanso-ink.json" }, .{ "kanso", "themes/kanso-mist.json" }, .{ "kanso", "themes/kanso-pearl.json" }, + .{ "starfall", "themes/starfall-color-theme.json"}, }; inline for (theme_list) |list| { theme_file(b, exe, list[0], list[1]); diff --git a/build.zig.zon b/build.zig.zon index 0ea9845..b80a5ce 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -111,6 +111,10 @@ .url = "git+https://github.com/neurocyte/cbor?ref=master#66c28df31b8e4448dac7edf063417f2234d6f3c9", .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 = .{ "build.zig", diff --git a/src/theme_files.zig b/src/theme_files.zig index 6875d2b..50ccb1b 100644 --- a/src/theme_files.zig +++ b/src/theme_files.zig @@ -54,6 +54,7 @@ pub const theme_files = [_]theme_file{ THEME("themes/kanso-ink.json"), THEME("themes/kanso-mist.json"), THEME("editors/visual-studio-code/themes/selenized-dark.json"), + THEME("themes/starfall-color-theme.json"), // base16 collection dark