diff options
author | Ben Sima <ben@bsima.me> | 2020-11-16 19:08:23 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-16 19:08:23 -0500 |
commit | f9086e31cf9ef898f932ee785887ee19fd162c88 (patch) | |
tree | 1940335a9d17ca6a70a073d27dcd6dc0f3f2434f | |
parent | 514c95704600ad3fbdb6fa2ce54ddb7318eb4d7d (diff) |
more vim colorscheme fixes
-rw-r--r-- | lib/vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -107,7 +107,7 @@ function! <SID>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) -" |