From 1f87daede1aa27f85133ff975afdbc593c8893f1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 19 Aug 2015 11:00:03 +0200 Subject: [PATCH] Used some Zenburn colours --- .vim/syntax/todo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/syntax/todo.vim b/.vim/syntax/todo.vim index 1154fcd..40895aa 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -14,7 +14,7 @@ syntax match todoDayKeyword "thuiswerken" syntax match todoDayKeyword "papadag" syntax match todoDayKeyword "vrije dag" syntax match todoDayKeyword "koningsdag" -highlight todoDayKeyword ctermfg=38 guifg=#00afd7 +highlight todoDayKeyword ctermfg=116 guifg=#8cd0d3 " Inline commenting @@ -46,7 +46,7 @@ highlight todoStatusDone ctermfg=green guifg=#00ff00 syntax match todoStatusDoing "\v^d .*$" syntax match todoStatusDoing "\v d .*$" -highlight todoStatusDoing ctermfg=DarkYellow guifg=#ffcc00 +highlight todoStatusDoing ctermfg=223 guifg=#f0dfaf syntax match todoStatusTest "\v^t " syntax match todoStatusTest "\v t "