feat: add selenized theme

This commit is contained in:
Ian Johnson 2025-12-13 12:18:28 -05:00 committed by CJ van den Berg
parent 26cd364560
commit 870b0340c6
3 changed files with 8 additions and 0 deletions

View file

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