diff --git a/README.md b/README.md index c04ff48..854e297 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Alternatively, if you want to make use of the lua version: ```vim set termguicolors -colorscheme zenbones-lua +colorscheme zenbones-lush ``` It works pretty much the same as the first one but pretty handy when extending diff --git a/colors/zenbones-lua.vim b/colors/zenbones-lush.vim similarity index 96% rename from colors/zenbones-lua.vim rename to colors/zenbones-lush.vim index 3fcc850..715a569 100644 --- a/colors/zenbones-lua.vim +++ b/colors/zenbones-lush.vim @@ -1,6 +1,6 @@ " You probably always want to set this in your vim file set background=light -let g:colors_name="zenbones-lua" +let g:colors_name="zenbones-lush" lua require('zenbones.terminal').setup()