1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

'Cancelled' task is darker

This commit is contained in:
2018-01-02 12:47:25 +01:00
parent d668726052
commit 7157291b24

View File

@@ -54,10 +54,12 @@ highlight note ctermfg=Grey guifg=#eeeeee
syntax match todoStatusDone "\v^v "
syntax match todoStatusDone "\v v "
syntax match todoStatusDone "\v^x "
syntax match todoStatusDone "\v x "
highlight todoStatusDone ctermfg=green guifg=#00ff00
syntax match todoStatusCancelled "\v^x "
syntax match todoStatusCancelled "\v x "
highlight todoStatusCancelled ctermfg=DarkGreen
syntax match todoStatusDoing "\v^d .*$"
syntax match todoStatusDoing "\v d .*$"
highlight todoStatusDoing ctermfg=223 guifg=#f0dfaf