altercation / vim-colors-solarized

precision colorscheme for the vim text editor
http://ethanschoonover.com/solarized
6.58k stars 1.75k forks source link

let g:solarized_contrast=low being ignored in .vimrc #191

Closed cesarpachon closed 6 years ago

cesarpachon commented 6 years ago

hi! using solarized with gvim in ubuntu. I am trying to default to light scheme with low contrast mode, but while the light scheme is working, the low contrast mode only works from the Menu, not from .vimrc nor as a command in gvim. my .vimrc: set background=light let g:solarized_contrast=low colorscheme solarized

cesarpachon commented 6 years ago

my bad! it should be let g:solarized_contrast="low", with qoutes..