mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Changed folded col to yellow to avoid confusion with line numbers
This commit is contained in:
parent
56dd4525e4
commit
ebb54d9d97
1 changed files with 2 additions and 2 deletions
|
@ -322,8 +322,8 @@ call s:X("WildMenu","#808080","#303030","","White",s:termBlack)
|
||||||
|
|
||||||
"folding
|
"folding
|
||||||
call s:X("Folded","#87d7ff","#4e4e4e","bold","Blue",s:termBlack)
|
call s:X("Folded","#87d7ff","#4e4e4e","bold","Blue",s:termBlack)
|
||||||
call s:X("FoldColumn","#87d7ff","","bold","Blue","")
|
call s:X("FoldColumn","#ffd787","","bold","Yellow","")
|
||||||
call s:X("SignColumn","#ffd787","","bold","Red","")
|
call s:X("SignColumn","#d75f5f","","bold","Red","")
|
||||||
hi! link ColorColumn SignColumn
|
hi! link ColorColumn SignColumn
|
||||||
|
|
||||||
"syntax style
|
"syntax style
|
||||||
|
|
Loading…
Reference in a new issue