Files
zenbones-theme/lua/zenbones/shipwright/runners/wezterm.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
357 B
Lua
Raw Normal View History

2021-11-05 15:55:49 +08:00
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)) }
)