spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.63k forks source link

Brackets almost invisible with all light themes, including solarized light #1089

Open bserem opened 5 years ago

bserem commented 5 years ago

On a fresh installation of spf13 I change the color to solarized light like this in .vimrc.local:

syntax enable
set background=light
colorscheme solarized8_light

Then, brackets turn into a cyan and yellow color that is almost invisible. Check lines 2 and 12 (yellow, yes there is a bracket there) and 9 and 11 (cyan) bellow: image

This is true for all light themes I tried (seoul256-light, cake16, peachpuff).

Is there a setting to fix this? Thanks