NeoVIM: switched to dark background

This commit is contained in:
Marcel Kapfer 2018-05-13 16:15:49 +02:00
parent be04498e64
commit 0fa6226748
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ set tm=500
syntax on
colorscheme gruvbox
set background=light
set background=dark
" set termguicolors
set cursorline
if has("gui_running")