From 3a3dd4b372318a2112e6f4554a0ce9354e2e15ce Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 29 Oct 2020 21:50:49 +0800 Subject: [PATCH] update fvim settings See also https://github.com/yatli/fvim/issues/164. --- ginit.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ginit.vim b/ginit.vim index 472720e..a0509b8 100644 --- a/ginit.vim +++ b/ginit.vim @@ -22,9 +22,9 @@ if exists('g:fvim_loaded') FVimCursorSmoothBlink v:true " Background composition, can be 'none', 'blur' or 'acrylic' - FVimBackgroundComposition 'blur' - FVimBackgroundOpacity 0.9 - FVimBackgroundAltOpacity 0.9 + FVimBackgroundComposition 'none' + FVimBackgroundOpacity 1.0 + FVimBackgroundAltOpacity 1.0 " Title bar tweaks (themed with colorscheme) FVimCustomTitleBar v:true @@ -41,7 +41,7 @@ if exists('g:fvim_loaded') FVimFontSubpixel v:true FVimFontLigature v:true " can be 'default', '14.0', '-1.0' etc. - FVimFontLineHeight 'default' + FVimFontLineHeight '+1' " Try to snap the fonts to the pixels, reduces blur " in some situations (e.g. 100% DPI).