From e582e030833aaeb8e6757a9e31a6149709557e31 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 23 Aug 2021 11:45:12 +0800 Subject: [PATCH] set background=light --- colors/zenbones.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/zenbones.vim b/colors/zenbones.vim index c8a3a29..7717c0e 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -1,5 +1,5 @@ " You probably always want to set this in your vim file -set background=dark +set background=light let g:colors_name="zenbones" " By setting our module to nil, we clear lua's cache, @@ -14,7 +14,7 @@ let g:colors_name="zenbones" " " The performance impact of this call can be measured in the hundreds of " *nanoseconds* and such could be considered "production safe". -lua package.loaded['lush_theme.lush_template'] = nil +lua package.loaded['lush_theme.zenbones'] = nil " include our theme file and pass it to lush to apply lua require('lush')(require('lush_theme.zenbones'))