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 fca2d50ce10e1f451cabff3230546fdcb7a07b83
parent 15bc05b951fc0bd8c9cc698d3891280e72418956
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Sun, 28 Aug 2022 17:30:18 -0400

Tweak light theme green and blue colours

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

diff --git a/colors/monochrome-light.vim b/colors/monochrome-light.vim @@ -15,8 +15,8 @@ let g:colors_name = 'monochrome-light' let s:black = ['#000000', 16] let s:red = ['#870000', 88] -let s:green = ['#005F00', 22] -let s:blue = ['#0000FF', 21] +let s:green = ['#008700', 28] +let s:blue = ['#005FAF', 25] let s:yellow = ['#AF8700', 136] let s:white = ['#EEEEEE', 255] let s:accent = ['#6C6C6C', 242]