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:
ViViDboarder 2021-09-30 17:20:51 -07:00
parent 5682b3a016
commit efc1dba991
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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,