commit a8c49dd2e4f6f1d064751768935643d0ee66d891
parent 5318b0d6b808f98b28d7e0558642b9582e8134f0
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 18 Oct 2021 05:34:16 -0400
Fix special character highlighting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/pack/bundle/start/vim-monochrome/colors/monochrome.vim b/.vim/pack/bundle/start/vim-monochrome/colors/monochrome.vim
@@ -121,7 +121,7 @@ call s:hi('Number', s:mpurp)
call s:hi('Type', s:white, s:default_bg, s:bold)
call s:hi('Function', s:white)
call s:hi('Identifier')
-call s:hi('Special', s:mpurp)
+call s:hi('Special')
call s:hi('MatchParen', s:lgray, s:black, s:underline)