How would I add transparency to a floaterm
window (or any window, say fzf
's :Files
)?
in the help it mentions blend
(which mentions winblend
), but I can’t seem to get it to work.
This is what I tried
nnoremap <silent> <c-\> :FloatermToggle --winblend=30<CR>
hi Floaterm guibg=black blend=30
hi FloatermBorder guibg=black guifg=black blend=30