Add Kanso theme (zen, ink, mist, pearl variants)
Some checks failed
Release tarball / release_tarball (push) Has been cancelled

This commit is contained in:
AstralisU 2026-02-22 21:53:28 +02:00 committed by CJ van den Berg
parent c6c7f18cfb
commit 750400d02e
3 changed files with 12 additions and 0 deletions

View file

@ -230,6 +230,10 @@ fn add_themes(b: *std.Build, exe: anytype) void {
.{ "ethereal", "themes/ethereal-color-theme.json" },
.{ "selenized", "editors/visual-studio-code/themes/selenized-dark.json" },
.{ "selenized", "editors/visual-studio-code/themes/selenized-light.json" },
.{ "kanso", "themes/kanso-zen.json" },
.{ "kanso", "themes/kanso-ink.json" },
.{ "kanso", "themes/kanso-mist.json" },
.{ "kanso", "themes/kanso-pearl.json" },
};
inline for (theme_list) |list| {
theme_file(b, exe, list[0], list[1]);