mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Tweaked the cursor a bit more, and the matching parenthesis now links
its style to the cursor's style to make it more clear what's being matched
This commit is contained in:
parent
5bf8433e58
commit
5cc2ff28a6
1 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,8 @@ endif
|
|||
"example:('Line','000000','f0f0f0','italic,bold',s:termBlack ,'White')
|
||||
|
||||
call s:X("Visual","","262626","standout","",s:termBlack)
|
||||
call s:X("Cursor","","262626","standout,bold,underline","",s:termBlack)
|
||||
call s:X("Cursor","","262626","standout,underline","",s:termBlack)
|
||||
hi! link MatchParen Cursor
|
||||
|
||||
call s:X("Pmenu","87d7ff","303030","","Grey","Blue")
|
||||
call s:X("PmenuSel","87d7ff","4e4e4e","bold","White","Black")
|
||||
|
@ -294,7 +295,6 @@ call s:X("Comment","626262","","italic","Grey","")
|
|||
call s:X("Todo","d75f5f","","bold","Red","")
|
||||
|
||||
call s:X("Normal","eaeaea","262626","","White",s:termBlack)
|
||||
call s:X("MatchParen","d0d0d0","262626","standout,bold",s:termBlack,"White")
|
||||
call s:X("CursorColumn","","303030","","",s:termBlack)
|
||||
call s:X("CursorLine","","303030","","",s:termBlack)
|
||||
call s:X("CursorLineNr","87d7ff","","bold","Blue",s:termBlack)
|
||||
|
|
Loading…
Reference in a new issue