Update vim-actodo
This commit is contained in:
parent
b101fcb4c6
commit
081d1c584b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue