Files
zenbones-theme/lua/zenbones/shipwright/runners/windows_terminal.lua
github-actions[bot] 63ec5bed72 chore: format (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-04 11:41:32 +08:00

10 lines
395 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