mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Make MatchParen more visible in light themes with cursorline on.
In light themes, when cursorline is on and bold fonts are not used, MatchParen highlighting is not visible. This commit solves the problem by setting the foreground color to red, as in the original Solarized. Fixes https://github.com/lifepillar/vim-solarized8/issues/15.
This commit is contained in:
@@ -138,7 +138,7 @@ if has('nvim')
|
||||
let g:terminal_color_14 = '#93a1a1'
|
||||
let g:terminal_color_15 = '#fdf6e3'
|
||||
endif
|
||||
hi! MatchParen cterm=NONE,bold gui=NONE,bold ctermfg=NONE guifg=NONE ctermbg=7 guibg=#eee8d5
|
||||
hi! MatchParen cterm=NONE,bold gui=NONE,bold ctermfg=1 guifg=#dc322f ctermbg=7 guibg=#eee8d5
|
||||
hi! link vimVar Identifier
|
||||
hi! link vimFunc Function
|
||||
hi! link vimUserFunc Function
|
||||
|
||||
Reference in New Issue
Block a user