solarized icon indicating copy to clipboard operation
solarized copied to clipboard

vim-solarized-theme background not dark

Open atiq-cs opened this issue 8 years ago • 0 comments

I have enabled vim-solarized-theme in a Linux machine which I mostly access remotely. vim-solarized-theme dark background is working fine when I am connecting using putty (on windows) to that machine. However, it is not working when I am connecting to the machine using ssh-client from Linux on my lapt. The target Linux machine has following lines in .vimrc

syntax enable
set background=dark
colorscheme solarized
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab

Please have a look at attached screenshot to have an idea how it looks like. solarized-vim-issue

Expected output should be in dark background as showed in screenshot below, expected

atiq-cs avatar Sep 30 '15 01:09 atiq-cs