Update vim-actodo

This commit is contained in:
Anthony Rose 2022-10-10 08:34:55 +01:00
parent b101fcb4c6
commit 081d1c584b

View file

@ -45,7 +45,7 @@ syntax match actodoImportant /\[!!!\]/
highlight actodoName term=bold,underline cterm=bold,underline gui=bold,underline
highlight actodoTodo term=bold cterm=bold gui=bold ctermfg=red guifg=red
highlight actodoWait term=bold cterm=bold gui=bold ctermfg=purple guifg=purple
highlight actodoWait term=bold cterm=bold gui=bold ctermfg=DarkRed guifg=purple
highlight actodoWork term=bold cterm=bold gui=bold ctermfg=green guifg=green
highlight actodoTicket term=bold cterm=bold gui=bold ctermfg=DarkCyan guifg=DarkCyan
if &background ==# 'light'