Update vim-actodo

This commit is contained in:
Anthony Rose 2022-06-22 11:29:55 +00:00
parent 7986b53367
commit a827aa58f4

View file

@ -50,7 +50,7 @@ highlight actodoTicket term=bold cterm=bold gui=bold ctermfg=DarkCyan guifg=Dark
if &background ==# 'light' if &background ==# 'light'
highlight actodoDone term=bold cterm=bold gui=bold ctermfg=LightGray guifg=LightGray highlight actodoDone term=bold cterm=bold gui=bold ctermfg=LightGray guifg=LightGray
else else
highlight actodoDone term=bold cterm=bold gui=bold ctermfg=DarkGray guifg=LightGray highlight actodoDone term=bold cterm=bold gui=bold ctermfg=DarkGray guifg=DarkGray
endif endif
let b:current_syntax = 'actodo' let b:current_syntax = 'actodo'