diff --git a/ginit.vim b/ginit.vim index 38ff397..70c7872 100644 --- a/ginit.vim +++ b/ginit.vim @@ -22,12 +22,12 @@ if exists('g:fvim_loaded') FVimCursorSmoothBlink v:true " Background composition, can be 'none', 'blur' or 'acrylic' - FVimBackgroundComposition 'none' - FVimBackgroundOpacity 0.85 - FVimBackgroundAltOpacity 0.85 + FVimBackgroundComposition 'blur' + FVimBackgroundOpacity 0.9 + FVimBackgroundAltOpacity 0.9 " Title bar tweaks (themed with colorscheme) - FVimCustomTitleBar v:false + FVimCustomTitleBar v:true " Debug UI overlay FVimDrawFPS v:false @@ -40,16 +40,15 @@ if exists('g:fvim_loaded') FVimFontHintLevel 'full' FVimFontSubpixel v:true FVimFontLigature v:true - FVimFontLcdRender v:false " can be 'default', '14.0', '-1.0' etc. - FVimFontLineHeight '+2.0' + FVimFontLineHeight 'default' " Try to snap the fonts to the pixels, reduces blur " in some situations (e.g. 100% DPI). - FVimFontAutoSnap v:false + FVimFontAutoSnap v:true - " Font weight tuning, possible valuaes are 100..900 - FVimFontNormalWeight 400 + " Font weight tuning, possible values are 100..900 + FVimFontNormalWeight 100 FVimFontBoldWeight 700 FVimUIPopupMenu v:false