Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Background color not working in terminal #23

Open
jgallen23 opened this issue Jan 19, 2012 · 4 comments
Open

Background color not working in terminal #23

jgallen23 opened this issue Jan 19, 2012 · 4 comments

Comments

@jgallen23
Copy link

I have let g:vimroom_ctermbackground = "black" in my .vimrc, but this is what vim room looks like:

@fullstopslash
Copy link
Contributor

I'm getting this behavior also. Oddly It works fine in the gui, not so much in cli.

@RhysU
Copy link

RhysU commented Dec 29, 2013

Did you change the g:vimroom_ctermbackground setting because you got messages like

Error detected while processing function <SNR>32_VimroomToggle:
line  121:
E420: BG color unknown
...

or was it for some other reason?

If I muck with let g:vimroom_ctermbackground="black" I see a uniform, non-black background color.

@RhysU
Copy link

RhysU commented Dec 29, 2013

Another thought, simply not mucking with the terminal background color should accomplish matching the users current settings. This is probably just doing nothing to the colors when g:vimroom_ctermbackground is unset or zero length.

@PaulTomchik
Copy link

I use Vim in the terminal with a transparent background.

This worked:

let g:vimroom_ctermbackground="none"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants