I'm working with an ubuntu 16.04 VPS which I access via windows through Putty. I'm trying to install http://ethanschoonover.com/solarized/vim-colors-solarized but I'm getting terrible contrast(screenshot for solarized light). After following the instructions on installing via pathogen (Option 2: Pathogen installation (recommended)). How can I get this theme working properly?
my .vimrc:
syntax enable
set background=light
colorscheme solarized
Edit:
my .vimrc:
syntax enable
set background=light
colorscheme solarized
highlight Normal ctermbg=Blue
~/.vimrc
? – Sebastian Palmalet g:solarized_termcolors=256
? Did you follow the vim instructions on ethanschoonover.com/solarized? Have you tried "setting your terminal emulator’s colorscheme to used the Solarized palette," Have you tried tweeking the settings on `Putty > Change Settings > Window > Colours? – Jim Uset background=dark
is easier on my eyes. What are the negative and positive aspects of dark color scheme? – Jim U