mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
'Cancelled' task is darker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user