[neovim] Switched to gruvbox dark

This commit is contained in:
Marcel Kapfer 2020-08-25 18:46:05 +02:00
parent ea10132492
commit 372bdc8c8c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 2 deletions

View File

@ -76,9 +76,8 @@ set tm=500
" Color
syntax on
" color dracula
colorscheme gruvbox
set background=light
set background=dark
set termguicolors
set cursorline
if has("gui_running")