2021-12-28 06:03:53 +07:00
|
|
|
---@diagnostic disable: undefined-global
|
|
|
|
|
-- selene: allow(undefined_variable)
|
2022-01-04 10:39:30 +07:00
|
|
|
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) }
|
|
|
|
|
)
|
2021-12-28 06:03:53 +07:00
|
|
|
-- selene: deny(undefined_variable)
|
|
|
|
|
---@diagnostic enable: undefined-global
|