Use a base color for Visual selections

This sidesteps an issue after patch 8.2.2797 which means Search
highlight group overrides the Visual highlight group.

Additionally, this commit brings Spacegray's Visual selection
highlighting more in line with default Vim colorschemes, which also
use a background color (instead of no background color which allowed
Spacegray before this commit to show other highlight groups when Visual
selection was active).
This commit is contained in:
Akshay Hegde 2021-06-15 03:17:32 -07:00
parent cf56624d12
commit 0aa4e5c973
No known key found for this signature in database
GPG Key ID: 0AC668879C59205C
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ endif
hi Underlined ctermbg=NONE ctermfg=66 guibg=NONE guifg=#5F8787 cterm=NONE gui=NONE
hi Ignore ctermbg=NONE ctermfg=250 guibg=NONE guifg=#BCBCBC cterm=NONE gui=NONE
hi Visual ctermbg=236 ctermfg=NONE guibg=#404040 guifg=NONE cterm=NONE gui=NONE
hi Visual ctermbg=233 ctermfg=4 guibg=#111314 guifg=#6E9CAF cterm=reverse gui=reverse
hi VisualNOS ctermbg=8 ctermfg=NONE guibg=NONE guifg=NONE cterm=bold gui=bold
hi FoldColumn ctermbg=NONE ctermfg=242 guibg=#1C1C1C guifg=#6C6C6C cterm=NONE gui=NONE