Add Kanso theme (zen, ink, mist, pearl variants)
Some checks failed
Release tarball / release_tarball (push) Has been cancelled
Some checks failed
Release tarball / release_tarball (push) Has been cancelled
This commit is contained in:
parent
c6c7f18cfb
commit
750400d02e
3 changed files with 12 additions and 0 deletions
|
|
@ -230,6 +230,10 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
.{ "ethereal", "themes/ethereal-color-theme.json" },
|
||||
.{ "selenized", "editors/visual-studio-code/themes/selenized-dark.json" },
|
||||
.{ "selenized", "editors/visual-studio-code/themes/selenized-light.json" },
|
||||
.{ "kanso", "themes/kanso-zen.json" },
|
||||
.{ "kanso", "themes/kanso-ink.json" },
|
||||
.{ "kanso", "themes/kanso-mist.json" },
|
||||
.{ "kanso", "themes/kanso-pearl.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