aboutsummaryrefslogtreecommitdiff
path: root/ginit.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-10-29 21:50:49 +0800
committerjdhao <jdhao@hotmail.com>2020-10-29 21:50:49 +0800
commit3a3dd4b372318a2112e6f4554a0ce9354e2e15ce (patch)
tree3de6573342c4879dff40e37d50f7658fcdbbecb2 /ginit.vim
parentfc53a24ef4fce3e54959107476ddecd303b71799 (diff)
update fvim settings
See also https://github.com/yatli/fvim/issues/164.
Diffstat (limited to 'ginit.vim')
-rw-r--r--ginit.vim8
1 files 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).