feat: add alabaster theme

This commit is contained in:
CJ van den Berg 2025-10-16 12:38:22 +02:00
parent 8dcf0ab7f4
commit 638f6f95c3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

@ -226,6 +226,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
.{ "base16", "themes/unikitty-dark.json" },
.{ "base16", "themes/unikitty-light.json" },
.{ "base16", "themes/woodland-dark.json" },
.{ "alabaster", "theme/alabaster-color-theme.json" },
};
inline for (theme_list) |list| {
theme_file(b, exe, list[0], list[1]);