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