about summary refs log tree commit diff stats
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/mulisp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/mulisp.vim b/editor/mulisp.vim
index 1897268b..e84bf090 100644
--- a/editor/mulisp.vim
+++ b/editor/mulisp.vim
@@ -17,7 +17,7 @@ setlocal iskeyword=@,48-57,?,!,_,$
 " colorscheme-independent color suggestions for them.
 highlight Normal ctermfg=245
 highlight muLispNormal ctermfg=0
-highlight muLispOuterKeyword ctermfg=2
+highlight muLispOuterKeyword ctermfg=160
 highlight link muLispKeyword Type
 
 syntax region String   start=+"+  skip=+\\"+  end=+"+