fix(vim_hl): update Folded
and FoldColumn
highlights
This commit is contained in:
parent
70212b102a
commit
3d1bf7f9f1
@ -61,9 +61,9 @@ M.highlights.vert_split = Highlight.new("VertSplit", { fg = c["fg+2"], bg = c["b
|
||||
---The column separating vertically split windows
|
||||
M.highlights.win_separator = Highlight.new("WinSeparator", { fg = c["bg+2"], bold = opts.bold })
|
||||
---Line used for closed folds
|
||||
M.highlights.folded = Highlight.new("Folded", { fg = c.brown, bg = c["fg+2"], italic = opts.italic.folds })
|
||||
M.highlights.folded = Highlight.new("Folded", { fg = c.brown, bg = c["bg+2"], italic = opts.italic.folds })
|
||||
---'foldcolumn'
|
||||
M.highlights.fold_column = Highlight.new("FoldColumn", { fg = c.brown, bg = c["fg+2"] })
|
||||
M.highlights.fold_column = Highlight.new("FoldColumn", { fg = c.brown, bg = c["bg+2"] })
|
||||
---column where |signs| are displayed
|
||||
M.highlights.sign_column = Highlight.new("SignColumn", { fg = c["bg+2"], bg = c.none })
|
||||
---SignColumnSB = Highlight.new("SignColumnSB", { bg = c.bg_sidebar, fg = c.fg_gutter }) ---column where |signs| are displayed
|
||||
|
Loading…
Reference in New Issue
Block a user