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

Better indent matching, darker grey for true colour

This commit is contained in:
2018-08-15 20:14:10 +02:00
parent 09effc7b5a
commit e17a4e5cd1

View File

@@ -54,9 +54,9 @@ highlight link todoOperator Operator
" Task statuses
syntax match todoNote "\v^n .*$" nextgroup=todoNote
syntax match todoNote "\v n .*$" nextgroup=todoNote
syntax match todoNote "\v .*n .*$" nextgroup=todoNote
syntax match todoNote "\v .*$" nextgroup=todoNote
highlight todoNote ctermfg=Grey guifg=#eeeeee
highlight todoNote ctermfg=Grey guifg=#666666
syntax match todoStatusDone "\v^v " nextgroup=todoItem skipwhite
syntax match todoStatusDone "\v .*v " nextgroup=todoItem skipwhite