vim-colors-solarized
vim-colors-solarized copied to clipboard
Fix markers in sign column are hard to read.
This fixes altercation/solarized/issues/252.
Validated this fix for all variations of visual settings (dark/light, contrasts, visibility etc.)
Before:

After:

Instead of .s:bg_base03, how about .s:bg_back so it appears any changes made to the background color? It would then be the same as applied to the normal color group.
I fixed this in my fork: https://github.com/ericbn/vim-solarized
Using bg_base02 (same used by LineNr) instead of bg_base03.
@altercation Hello. Can you confirm this pull request?
There is a similar pull request. #172, #83, #77, #62