diff --git a/colors/zenbones-lua.vim b/colors/zenbones-lua.vim index e8b01df..77fd230 100644 --- a/colors/zenbones-lua.vim +++ b/colors/zenbones-lua.vim @@ -31,7 +31,7 @@ let g:terminal_color_15 = '#dad3cf' " " 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.zenbones'] = nil +lua package.loaded['zenbones'] = nil " include our theme file and pass it to lush to apply -lua require('lush')(require('lush_theme.zenbones')) +lua require('lush')(require('zenbones'))