mirror of
https://github.com/ViViDboarder/wombat.nvim.git
synced 2024-11-12 17:16:26 +00:00
Rename classic theme
This commit is contained in:
parent
f3de5f92d9
commit
5682b3a016
@ -1,6 +1,6 @@
|
||||
" You probably always want to set this in your vim file
|
||||
set background=dark
|
||||
let g:colors_name='wombat_lush_classic'
|
||||
let g:colors_name='wombat_classic'
|
||||
|
||||
" By setting our module to nil, we clear lua's cache,
|
||||
" which means the require ahead will *always* occur.
|
||||
@ -17,4 +17,4 @@ let g:colors_name='wombat_lush_classic'
|
||||
lua package.loaded['lush_theme.lush_template'] = nil
|
||||
|
||||
" include our theme file and pass it to lush to apply
|
||||
lua require('lush')(require('lush_theme.wombat_lush_classic'))
|
||||
lua require('lush')(require('lush_theme.wombat_classic'))
|
Loading…
Reference in New Issue
Block a user