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

Used some Zenburn colours

This commit is contained in:
2015-08-19 11:00:03 +02:00
parent 5d2146ee60
commit 1f87daede1

View File

@@ -14,7 +14,7 @@ syntax match todoDayKeyword "thuiswerken"
syntax match todoDayKeyword "papadag" syntax match todoDayKeyword "papadag"
syntax match todoDayKeyword "vrije dag" syntax match todoDayKeyword "vrije dag"
syntax match todoDayKeyword "koningsdag" syntax match todoDayKeyword "koningsdag"
highlight todoDayKeyword ctermfg=38 guifg=#00afd7 highlight todoDayKeyword ctermfg=116 guifg=#8cd0d3
" Inline commenting " Inline commenting
@@ -46,7 +46,7 @@ highlight todoStatusDone ctermfg=green guifg=#00ff00
syntax match todoStatusDoing "\v^d .*$" syntax match todoStatusDoing "\v^d .*$"
syntax match todoStatusDoing "\v d .*$" syntax match todoStatusDoing "\v d .*$"
highlight todoStatusDoing ctermfg=DarkYellow guifg=#ffcc00 highlight todoStatusDoing ctermfg=223 guifg=#f0dfaf
syntax match todoStatusTest "\v^t " syntax match todoStatusTest "\v^t "
syntax match todoStatusTest "\v t " syntax match todoStatusTest "\v t "