Adding cursor reverse coloring
This commit is contained in:
parent
6e8fff59d6
commit
799e273ec6
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ hi WarningMsg guifg=white guibg=#FF6C60 gui=BOLD ctermfg=wh
|
|||
hi ModeMsg guifg=black guibg=#C6C5FE gui=BOLD ctermfg=black ctermbg=cyan cterm=BOLD
|
||||
|
||||
if version >= 700 " Vim 7.x specific colors
|
||||
hi Cursor guifg=NONE guibg=NONE gui=reverse ctermfg=NONE ctermbg=NONE cterm=BOLD
|
||||
hi CursorLine guifg=NONE guibg=#121212 gui=NONE ctermfg=NONE ctermbg=NONE cterm=BOLD
|
||||
hi CursorColumn guifg=NONE guibg=#121212 gui=NONE ctermfg=NONE ctermbg=NONE cterm=BOLD
|
||||
hi MatchParen guifg=#f6f3e8 guibg=#857b6f gui=BOLD ctermfg=white ctermbg=darkgray cterm=NONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue