From 3777793d681c547ef1ae82f2925dc166d692958e Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 13 Aug 2018 10:22:33 +0200 Subject: [PATCH] Include guifg colours for everything, will break on true colour otherwise --- .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 2b90a7d..001016b 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -93,11 +93,11 @@ highlight todoStatusQuestion ctermfg=darkcyan guifg=#6666ff "syntax match brack /[\[\]]/ | hi brack ctermfg=DarkMagenta syntax match timeslot "\v\[.*-.*\] " nextgroup=todoItem skipwhite -highlight timeslot ctermfg=Magenta +highlight timeslot ctermfg=Magenta guifg=#d700af " A todoItem has a subject (e.g., a word that's followed by a ':') syn match todoItem '[a-zA-Z0-9\-_]\+:' contained -hi todoItem ctermfg=Blue +hi todoItem ctermfg=Blue guifg=#87d7ff highlight link todoStatusDone PreProc highlight link todoStatusDoing PreProc