Solarized theme causing grey color to be invisible
Submitted by Michal Vanko
Link to original bug (#749470)
Description
Many applications are using 9th color (gray) of the palette for writing logs and error stacks etc.
This is a big and a common problem with solarized theme in terminal.
https://github.com/mochajs/mocha/issues/802
I've found many issues across multiple projects with this theme.
The problem is that when u change this 9th color many users are using VIM colors solarized and it will cause a vim background to be this defined 9th color which is a bug in the vim colors solarized and should not block this bug.
I think that invisible text is much worse then setting wrong theme in VIM.
Solution to get this working with VIM is pretty hard. I just edited my VIM to not have a background so for me it works.
https://github.com/altercation/vim-colors-solarized
Resolution: RESOLVED INVALID