diff --git a/README.md b/README.md index 03f0965..445da4b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you want to make use of the lua version: colorscheme zenbones-lush colorscheme zenflesh-lush -" Secret neovim.io colorscheme +" Secret https://neovim.io colorscheme colorscheme neovim ``` diff --git a/doc/zenbones.md b/doc/zenbones.md index 3ab1a38..faafcf3 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -20,7 +20,7 @@ If you want to make use of the lua version: colorscheme zenbones-lush colorscheme zenflesh-lush -" Secret neovim.io colorscheme +" Secret https://neovim.io colorscheme colorscheme neovim ``` @@ -160,5 +160,5 @@ lush(specs) And there you have it. Just call `colorscheme gruvbones` to use your new colorscheme. It respects `&background` and other configurations too. -Also checkout the [neovim](colors/neovim.lua) colorscheme for a similarly +Also checkout the [neovim](../colors/neovim.lua) colorscheme for a similar and complete example. diff --git a/lua/zenbones/neovim/init.lua b/lua/zenbones/neovim/init.lua index 1330cde..0b9d400 100644 --- a/lua/zenbones/neovim/init.lua +++ b/lua/zenbones/neovim/init.lua @@ -1,7 +1,7 @@ local lush = require "lush" local hsl = lush.hsl --- modify base palette first (before requiring specs) +-- modify base palette (before requiring specs) local palette = require "zenbones.neovim.palette" -- extend specs using Lush