zenbones-lua -> zenbones-lush

This commit is contained in:
Michael Chris Lopez
2021-08-27 05:36:21 +08:00
parent 6668814766
commit 164823d8e6
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ Alternatively, if you want to make use of the lua version:
```vim ```vim
set termguicolors set termguicolors
colorscheme zenbones-lua colorscheme zenbones-lush
``` ```
It works pretty much the same as the first one but pretty handy when extending It works pretty much the same as the first one but pretty handy when extending

View File

@@ -1,6 +1,6 @@
" You probably always want to set this in your vim file " You probably always want to set this in your vim file
set background=light set background=light
let g:colors_name="zenbones-lua" let g:colors_name="zenbones-lush"
lua require('zenbones.terminal').setup() lua require('zenbones.terminal').setup()