mirror of
https://github.com/ViViDboarder/wombat.nvim.git
synced 2024-11-12 17:16:26 +00:00
Stop setting bg in colorscheme
This caused the opposite of what I wanted. See https://vi.stackexchange.com/questions/12104/what-does-set-background-dark-do
This commit is contained in:
parent
5682b3a016
commit
efc1dba991
@ -1,5 +1,4 @@
|
||||
" You probably always want to set this in your vim file
|
||||
set background=dark
|
||||
let g:colors_name='wombat_classic'
|
||||
|
||||
" By setting our module to nil, we clear lua's cache,
|
||||
|
@ -1,5 +1,4 @@
|
||||
" You probably always want to set this in your vim file
|
||||
set background=dark
|
||||
let g:colors_name='wombat_lush'
|
||||
|
||||
" By setting our module to nil, we clear lua's cache,
|
||||
|
Loading…
Reference in New Issue
Block a user