set background=light

This commit is contained in:
Michael Chris Lopez
2021-08-23 11:45:12 +08:00
parent 12cc99362f
commit e582e03083

View File

@@ -1,5 +1,5 @@
" You probably always want to set this in your vim file " You probably always want to set this in your vim file
set background=dark set background=light
let g:colors_name="zenbones" let g:colors_name="zenbones"
" By setting our module to nil, we clear lua's cache, " 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 " The performance impact of this call can be measured in the hundreds of
" *nanoseconds* and such could be considered "production safe". " *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 " include our theme file and pass it to lush to apply
lua require('lush')(require('lush_theme.zenbones')) lua require('lush')(require('lush_theme.zenbones'))