Made floating windows look a bit better

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-18 21:39:21 +02:00
parent 7febabd81d
commit 5c1ba3803c
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 3 additions and 3 deletions

View file

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