vim-monochrome

My fork of github.com/fxn/vim-monochrome
git clone https://git.sr.ht/~jbauer/vim-monochrome
Log | Files | Refs | README | LICENSE

commit 720b21cb94ee8589a2837d2b99ace36b5ac6ba80
parent 05b0265df4f16d74015d62a9e948e7fefd66139b
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Sat, 24 Sep 2022 13:20:18 -0400

Fix spelling mistake in comment

Diffstat:
Mcolors/monochrome-light.vim | 2+-
Mcolors/monochrome.vim | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/colors/monochrome-light.vim b/colors/monochrome-light.vim @@ -203,7 +203,7 @@ call s:hi('htmlLink', s:blue, s:default_bg, s:underline) call s:hi('htmlArg', s:default_fg, s:default_bg) " --- Gemini ------------------------------------------------------------------- -" Based off of the following plugin: https://tildegit.org/sloum/gemini-vim-syntax +" Based on this plugin: https://tildegit.org/sloum/gemini-vim-syntax call s:hi('gmiHeader', s:black, s:default_bg, s:bold) call s:hi('gmiLinkStart', s:black, s:default_bg, s:bold) call s:hi('gmiLinkURL', s:blue, s:default_bg, s:underline) diff --git a/colors/monochrome.vim b/colors/monochrome.vim @@ -201,7 +201,7 @@ call s:hi('htmlLink', s:blue, s:default_bg, s:underline) call s:hi('htmlArg', s:default_fg, s:default_bg) " --- Gemini ------------------------------------------------------------------- -" Bsed off of the following plugin: https://tildegit.org/sloum/gemini-vim-syntax +" Based on this plugin: https://tildegit.org/sloum/gemini-vim-syntax call s:hi('gmiHeader', s:white, s:default_bg, s:bold) call s:hi('gmiLinkStart', s:white, s:default_bg, s:bold) call s:hi('gmiLinkURL', s:blue, s:default_bg, s:underline)