altercation / vim-colors-solarized

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

Get rid of background on indentation #206

Open matejkramny opened 5 years ago

matejkramny commented 5 years ago

See screenshot: screenshot from 2018-10-27 14-13-22

I have no idea what i'm doing wrong. Config:

set listchars=tab:\ \ ,trail:·,nbsp:_
set tabstop=4
set shiftwidth=4
set expandtab
set list

let g:solarized_visibility='low'
let g:solarized_termcolors=16
color solarized
syntax enable
set background=dark
colorscheme solarized

Tried variations of solarized_visibility as well as noset, but it still shows light background on second level of indentation. I should note that when shiftwidth is 2 (or below tabstop) it won't show.

How can I fix this?

Cheers

Hyvi commented 4 years ago

let g:solarized_visibility='low' let g:solarized_termcolors=16 it works for me (iterm @ mac os )