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