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

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-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]);