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.
I had some trouble getting pseudo transpareny to work in rxvt-unicode. So I edited line 288 in
deus.vim
. to read:Now when I open vim it uses the terminal background (with pseudo transparency) however it also throws the following error:
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.