From f9086e31cf9ef898f932ee785887ee19fd162c88 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 16 Nov 2020 19:08:23 -0500 Subject: more vim colorscheme fixes --- lib/vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/vimrc b/lib/vimrc index 338058c..53558bf 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -107,7 +107,7 @@ function! SynStack() echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') endfunc -colorscheme monochrome +"colorscheme monochrome " "let g:colors_name = 'monochrome' " @@ -182,7 +182,7 @@ call s:hi('StatusLineNC', s:black, s:purple) call s:hi('VertSplit', s:black, s:purple) " "" Tildes at the bottom of a buffer, etc. -"call s:hi('NonText', s:dgray) +call s:hi('NonText', s:dgray) " "" Folding. "call s:hi('FoldColumn', s:dgray) @@ -268,4 +268,3 @@ call s:hi('VertSplit', s:black, s:purple) "call s:hi('diffSubname', s:cgray) "call s:hi('diffAdded', s:white, s:green) "call s:hi('diffRemoved', s:white, s:red) -" -- cgit v1.2.3