vim-colors-solarized icon indicating copy to clipboard operation
vim-colors-solarized copied to clipboard

set background=dark not doing anything

Open nathanielks opened this issue 12 years ago • 5 comments

I've toggle set background between dark and light, and it keeps defaulting to light... here's a screenshot:

http://cl.ly/KjtU

And my terminal settings:

http://cl.ly/KjgG

Terminal has been declared as xterm-256color. Any ideas?

nathanielks avatar Nov 07 '12 22:11 nathanielks

I'm using the same settings except colorscheme solarized comes before set background=dark maybe that helps?

philipphoffmann avatar Nov 08 '12 06:11 philipphoffmann

same problem may be it affected by the terminal. it shows different colors in terminal and iterm2

zzuhan avatar Dec 14 '12 09:12 zzuhan

I don't have this problem... Are you sure that the set background=dark line is before the colorscheme solarized line? Does this help: https://github.com/KevinGoodsell/vim-color-check/blob/master/color-scheme-recommendations.txt#L131

greduan avatar Dec 21 '12 19:12 greduan

I had this same problem this morning, tracked it down to another plugin causing the problem - csapprox

althalus avatar Apr 19 '13 00:04 althalus

I know this is ancient, but I recently ran into this issue when using an old version of Vim (7.4). Upgrading to 8.1 solved the problem, as hinted by "a bug in Vim" described in the guide linked earlier (https://github.com/KevinGoodsell/vim-color-check/blob/master/color-scheme-recommendations.txt#L131)

mz496 avatar Feb 27 '19 23:02 mz496