feat: add ethereal theme
This commit is contained in:
parent
638f6f95c3
commit
26cd364560
3 changed files with 6 additions and 0 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue