feat: add ethereal theme

This commit is contained in:
CJ van den Berg 2025-12-03 18:15:05 +01:00
parent 638f6f95c3
commit 26cd364560
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

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