[nvim] Better colors
At least the gruvbox theme says so
This commit is contained in:
parent
0b54505a00
commit
6be97557e7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ syntax on
|
||||||
" color dracula
|
" color dracula
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
set background=light
|
set background=light
|
||||||
" set termguicolors
|
set termguicolors
|
||||||
set cursorline
|
set cursorline
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
|
|
Loading…
Reference in a new issue