13 lines
357 B
Lua
13 lines
357 B
Lua
|
|
run(
|
||
|
|
{ specs, p, term },
|
||
|
|
transform.colorscheme_to_term_colors,
|
||
|
|
function(colors)
|
||
|
|
return vim.tbl_extend("keep", colors, {
|
||
|
|
cursor_border = specs.Cursor.fg.hex,
|
||
|
|
})
|
||
|
|
end,
|
||
|
|
contrib.wezterm,
|
||
|
|
{ prepend, "# This file is auto-generated by shipwright.nvim" },
|
||
|
|
{ overwrite, string.format("extras/wezterm/%s.toml", name:sub(1, 1):upper() .. name:sub(2)) }
|
||
|
|
)
|