feat: match default border color to standard neovim float border hl (#1689)
This commit is contained in:
@@ -4,7 +4,7 @@ window.bordered = function(opts)
|
||||
opts = opts or {}
|
||||
return {
|
||||
border = opts.border or 'rounded',
|
||||
winhighlight = opts.winhighlight or 'Normal:Normal,FloatBorder:Normal,CursorLine:Visual,Search:None',
|
||||
winhighlight = opts.winhighlight or 'Normal:Normal,FloatBorder:FloatBorder,CursorLine:Visual,Search:None',
|
||||
zindex = opts.zindex or 1001,
|
||||
scrolloff = opts.scrolloff or 0,
|
||||
col_offset = opts.col_offset or 0,
|
||||
|
||||
Reference in New Issue
Block a user