From 5beb25b508812b68c014a71f664be7ae45bc3c13 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 25 Dec 2018 23:02:16 -0800 Subject: 4875 Another tweak for a light background. --- vimrc.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vimrc.vim') diff --git a/vimrc.vim b/vimrc.vim index 1c85b643..b60f922a 100644 --- a/vimrc.vim +++ b/vimrc.vim @@ -12,11 +12,13 @@ function! HighlightTangledFile() syntax region tangleDirective start=+:(+ skip=+".*"+ end=+)+ highlight link tangleDirective Delimiter syntax match traceContains /^+.*/ - highlight traceContains ctermfg=darkgreen + highlight traceContains ctermfg=22 syntax match traceAbsent /^-.*/ highlight traceAbsent ctermfg=darkred syntax match tangleScenarioSetup /^\s*% .*/ | highlight link tangleScenarioSetup SpecialChar + highlight Special ctermfg=160 + " Our C++ files can have Mu code in scenarios, so highlight Mu comments like " regular comments. syntax match muComment /#.*$/ -- cgit 1.4.1-2-gfad0