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

Lower contrast VertSplit?

Open dsanson opened this issue 13 years ago • 3 comments

I find the grey VertSplit bars a bit harsh, and have set mine to the following (with normal contrast):

Dark: guifg=#073642 guibg=#073642 (base 02)

Light: guifg=#eee8d5 guibg=#eee8d5 (base 2)

dsanson avatar Aug 31 '11 20:08 dsanson

this looks pretty good on a color terminal (using unicode box drawing character)

set fillchars+=vert:\│
hi clear VertSplit

OttoAllmendinger avatar Feb 15 '12 12:02 OttoAllmendinger

@OttoAllmendinger thank you so much I was trying to do this for some time now, and actively searching last 2h, you saved me from going insane. You are good homo sapiens.

ultrox avatar Feb 10 '16 11:02 ultrox

Glad to have been of service :)

OttoAllmendinger avatar Feb 11 '16 13:02 OttoAllmendinger