Files
zenbones-theme/lua/zenbones/shipwright/runners/windows_terminal.lua
Thuan Pham d2a63d8296 🎨refactor(windows terminal): shipwright contribute (close #73) (#74)
* 🎨refactor(windows terminal): shipwright contribute (close #73)

* 🐞fix(windows terminal): typo
2022-01-04 11:39:30 +08:00

16 lines
406 B
Lua

---@diagnostic disable: undefined-global
-- selene: allow(undefined_variable)
run(
{ specs, p, term },
transform.colorscheme_to_term_colors,
function(colors)
return vim.tbl_extend("keep", colors, {
name = name,
})
end,
contrib.windows_terminal,
{ overwrite, string.format("extras/windows_terminal/%s.json", name) }
)
-- selene: deny(undefined_variable)
---@diagnostic enable: undefined-global