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:
This is true for all light themes I tried (seoul256-light, cake16, peachpuff).
On a fresh installation of spf13 I change the color to solarized light like this in
.vimrc.local
: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:
This is true for all light themes I tried (seoul256-light, cake16, peachpuff).
Is there a setting to fix this? Thanks