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)
|
||||
" ------------------------------------------------------------------------------
|
||||
|
||||
hi clear
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
||||
let colors_name = "vombato"
|
||||
let g:colors_name="wombat"
|
||||
|
||||
set background=dark
|
||||
|
||||
|
|
Loading…
Reference in a new issue