fix doc link

This commit is contained in:
Michael Chris Lopez
2021-09-22 18:26:55 +08:00
parent efbc5a7552
commit 786c4cfd7e
3 changed files with 4 additions and 4 deletions

View File

@@ -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
```

View File

@@ -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.

View File

@@ -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