nvim: colors: wombat: Fix colors name
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a2d603d61a
commit
0c8f59bcec
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
" License: GPL (Gnu Public License)
|
" License: GPL (Gnu Public License)
|
||||||
" ------------------------------------------------------------------------------
|
" ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
hi clear
|
||||||
if exists("syntax_on")
|
if exists("syntax_on")
|
||||||
syntax reset
|
syntax reset
|
||||||
endif
|
endif
|
||||||
|
let g:colors_name="wombat"
|
||||||
let colors_name = "vombato"
|
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue