How to fix dark/light solarized colors
Hi,
What is the way to fix the fact that solarize theme is not well supported. Is it just by removing colors that are close to the background color from the semanticTermColors list?

I use
" Solarized color for semantic highlight
let g:semanticGUIColors = ['#b58900', '#cb4b16', '#dc322f', '#d33682', '#6c71c4', '#268bd2', '#2aa198', '#859900']
in my vimrc. 8 colors are enough for me.
Here a possible solution, I use it with light Solarized scheme from vim-scripts. The original colors work fine with dark Solarized for me... https://github.com/jaxbot/semantic-highlight.vim/issues/70#issuecomment-363793299
I have forked this plugin and made a version compatible with light backgrounds: https://github.com/00sapo/semantic-highlight.vim/. It's also compatible with Oni editor. I'm going to create a pull request on this project.