iterm colors template

closes #11
This commit is contained in:
Michael Chris Lopez
2021-10-03 09:28:37 +08:00
parent b34f632b14
commit 566e2d382f
10 changed files with 2397 additions and 167 deletions

View File

@@ -21,7 +21,7 @@ end
function M.build(name, specs, palette, terminal, options)
local exclude = options.exclude or {}
local templates = { "vim", "kitty", "alacritty", "wezterm", "lualine", "lightline", "tmux" }
local templates = { "vim", "iterm", "kitty", "alacritty", "wezterm", "lualine", "lightline", "tmux" }
for _, t in ipairs(templates) do
if not vim.tbl_contains(exclude, t) then
write_template(unpack(require("zenbones.template." .. t)(name, specs, palette, terminal)))