flazz / vim-colorschemes

one colorscheme pack to rule them all!
3.44k stars 630 forks source link

Pseudo Transparency in rxvt-unicode #147

Closed npreiber closed 6 years ago

npreiber commented 6 years ago

I had some trouble getting pseudo transpareny to work in rxvt-unicode. So I edited line 288 in deus.vim. to read:

let bg = s:none

Now when I open vim it uses the terminal background (with pseudo transparency) however it also throws the following error:

Error detected while processing function <SNR>16_HL:
line 43:
E420: BG color unknown
E420: BG color unknown
E420: BG color unknown
Press Enter or type command to continue

Is there a proper way to do this? I was surprised to see how sophisticated the colors file is. I expected something much more simple.