mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Re-add the color definition for vertical splits
This commit is contained in:
parent
6033ce54c7
commit
abded7993c
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ endfun
|
|||
hi LineNr ctermfg=239
|
||||
|
||||
call s:C("Visual","",g:cDarkGrayBg,"standout")
|
||||
call s:C("VertSplit",g:cDarkText,"","")
|
||||
call s:C("MatchParen","",g:cLightGrayBg,"bold")
|
||||
|
||||
"whitespace
|
||||
|
|
Loading…
Reference in a new issue