nvim: colors: wombat: Fix colors name

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-06-25 13:57:28 +05:30
parent a2d603d61a
commit 0c8f59bcec

View file

@ -6,11 +6,11 @@
" License: GPL (Gnu Public License)
" ------------------------------------------------------------------------------
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "vombato"
let g:colors_name="wombat"
set background=dark