From 164823d8e602efb2d9571f4369d0c8f988ab3871 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 27 Aug 2021 05:36:21 +0800 Subject: [PATCH] zenbones-lua -> zenbones-lush --- README.md | 2 +- colors/{zenbones-lua.vim => zenbones-lush.vim} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename colors/{zenbones-lua.vim => zenbones-lush.vim} (96%) 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()