mirror of
https://github.com/He4eT/desolate.nvim.git
synced 2026-05-05 01:17:23 +00:00
Update Folded colors
This commit is contained in:
parent
ba2c186626
commit
f68e20af9b
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ return lush(function(injected_functions)
|
|||
Error({ fg = colors.error }), -- (preferred) any erroneous construct
|
||||
ErrorMsg({ fg = colors.error }), -- error messages on the command line
|
||||
VertSplit({ fg = colors[8] }), -- the column separating vertically split windows
|
||||
Folded({ fg = colors[3], bg = colors[3] }), -- line used for closed folds
|
||||
Folded({ fg = colors[3], bg = colors[7] }), -- line used for closed folds
|
||||
FoldColumn({}), -- 'foldcolumn'
|
||||
SignColumn({}), -- column where |signs| are displayed
|
||||
IncSearch({ fg = colors.bg, bg = colors.identifier }), -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue