From 786c4cfd7ef32437e22f512f33512f601e6a6bda Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Wed, 22 Sep 2021 18:26:55 +0800 Subject: [PATCH] fix doc link --- README.md | 2 +- doc/zenbones.md | 4 ++-- lua/zenbones/neovim/init.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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