mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
changed fold column colour to white to avoid conflict with syntastic
This commit is contained in:
parent
313dc5bc77
commit
759548ea49
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ 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","#ffd787","","bold","Yellow","")
|
call s:X("FoldColumn","#eaeaea","","bold","White","")
|
||||||
call s:X("SignColumn","#d75f5f","","bold","Red","")
|
call s:X("SignColumn","#d75f5f","","bold","Red","")
|
||||||
hi! link ColorColumn SignColumn
|
hi! link ColorColumn SignColumn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue