zenbones-lua -> zenbones-lush
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|
||||||
Reference in New Issue
Block a user