summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-16 19:08:23 -0500
committerBen Sima <ben@bsima.me>2020-11-16 19:08:23 -0500
commitf9086e31cf9ef898f932ee785887ee19fd162c88 (patch)
tree1940335a9d17ca6a70a073d27dcd6dc0f3f2434f /lib
parent514c95704600ad3fbdb6fa2ce54ddb7318eb4d7d (diff)
more vim colorscheme fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 338058c..53558bf 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -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)
-"