Made floating windows look a bit better

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
main
Marko Korhonen 5 years ago
parent c6a9c9b33d
commit 714cb63e50

@ -1,6 +1,9 @@
" Set colorscheme " Set colorscheme
colorscheme material colorscheme material
" Floating window transparency
set winblend=10
" Material theme variant " Material theme variant
let g:material_theme_style = 'palenight' let g:material_theme_style = 'palenight'

@ -7,9 +7,6 @@ function SetFZFoptions()
tunmap <buffer> <Esc> tunmap <buffer> <Esc>
endfunction endfunction
set winblend=20
hi NormalFloat guibg=None
if exists('g:fzf_colors.bg') if exists('g:fzf_colors.bg')
call remove(g:fzf_colors, 'bg') call remove(g:fzf_colors, 'bg')
endif endif

Loading…
Cancel
Save