From efc1dba99122243a4578351efcf1c21f20d4e87d Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 30 Sep 2021 17:20:51 -0700 Subject: [PATCH] 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 --- colors/wombat_classic.vim | 1 - colors/wombat_lush.vim | 1 - 2 files changed, 2 deletions(-) diff --git a/colors/wombat_classic.vim b/colors/wombat_classic.vim index 607fa03..20cc18f 100644 --- a/colors/wombat_classic.vim +++ b/colors/wombat_classic.vim @@ -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, diff --git a/colors/wombat_lush.vim b/colors/wombat_lush.vim index 8aaecfe..5adea5b 100644 --- a/colors/wombat_lush.vim +++ b/colors/wombat_lush.vim @@ -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,