feat: add retro82 theme
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
80ac47f701
commit
9114e2d9ff
3 changed files with 6 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
.{ "kanso", "themes/kanso-mist.json" },
|
||||
.{ "kanso", "themes/kanso-pearl.json" },
|
||||
.{ "starfall", "themes/starfall-color-theme.json"},
|
||||
.{ "retro82", "themes/base16-retro-82-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