Fix visual mode colours
This commit is contained in:
parent
99186d6dbc
commit
7e7ebd613d
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ hi MBSearchNext cterm=NONE ctermfg=0 ctermbg=3
|
|||
hi CursorLine cterm=NONE ctermfg=4 ctermbg=NONE
|
||||
hi CursorLineNr cterm=NONE ctermfg=4 ctermbg=NONE
|
||||
|
||||
""""""""
|
||||
" Visual
|
||||
""""""""
|
||||
|
||||
hi Visual cterm=NONE ctermbg=7 ctermfg=0
|
||||
|
||||
"""""""""""""
|
||||
" Status Line
|
||||
"""""""""""""
|
||||
|
|
Loading…
Add table
Reference in a new issue