agude / vim-eldar

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

Remove colour assignment for 'Normal' #3

Closed XiaochenCui closed 7 years ago

XiaochenCui commented 7 years ago

Fixed a bug where the background color changed to gray in bash v4.3.46.

agude commented 7 years ago

I'll probably add a variable to set it later and leave it off by default, but this is will do in the meantime! Thanks!

XiaochenCui commented 7 years ago

Thanks for your eldar. It‘s pretty again.

agude commented 7 years ago

Hi @XiaochenCui:

I've added a commit to allow setting the text and background color. Everything should look exactly the same (assuming you don't set the new variables to something else). I've tested it with neovim, vim, and gvim and it looks good on my side, but please let me know if anything does change (by filling a bug) and I'll fix it!

XiaochenCui commented 7 years ago

Hi @agude:

I don't have gui vim installed and I try to set g:eldar_term_background="Black" in .vimrc in termial to test the eldar. But it failed with error Pattern not found: eldar_term_background = "Black". Because I am a novice vim, I do not know why the problem occurred.