aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ginit.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/ginit.vim b/ginit.vim
index 8bfb981..c303b18 100644
--- a/ginit.vim
+++ b/ginit.vim
@@ -31,12 +31,12 @@ if exists('g:fvim_loaded')
FVimCursorSmoothBlink v:true
" Background composition, can be 'none', 'blur' or 'acrylic'
- FVimBackgroundComposition 'blur'
+ FVimBackgroundComposition 'none'
FVimBackgroundOpacity 0.85
FVimBackgroundAltOpacity 0.85
" Title bar tweaks (themed with colorscheme)
- FVimCustomTitleBar v:true
+ FVimCustomTitleBar v:false
" Debug UI overlay
FVimDrawFPS v:false