agude / vim-eldar

A dark color scheme for vim based on Elflord.
MIT License
72 stars 13 forks source link

vim's background change to grew #2

Closed XiaochenCui closed 7 years ago

XiaochenCui commented 7 years ago

This is my screenshot of vim : Vim become grew instead blank after install eldar.

agude commented 7 years ago

Hi @XiaochenCui:

I can't see your image, but I suspect it is because of this line:

let  s:ColourAssignment['Normal']        =  {'GUIFG':  'White',     'GUIBG':  'Black'}

That hard-codes the text color to white and the background color to black. I did this because I was forced to use a terminal with a weird background in the past, but I don't think it is required anymore (certainly I don't have to use that terminal anymore!). I'll turn it off and add a flag to turn it back on.

Expect a patch tonight!

XiaochenCui commented 7 years ago

Hi @agude:

I tried remove that line and changed background color to blank successily. So I create a pull request.

Now it looks like: