blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
517 stars 42 forks source link

custom task_colortheme #98

Open linuxcaffe opened 9 years ago

linuxcaffe commented 9 years ago

The ideal vim colortheme for vim-taskwarrior display is not necessarily the same as for every-day vim editing. A customization;

g:task_colortheme = 'mytheme'

would allow users to select a theme that works best for vim-tw, that overrides the every-day-editing theme.

blindFS commented 9 years ago

I don't think vim provides a local-theme feature. Have to use autocomand to implement this, which seems really wierd to me. I suggest that you use something like highlight taskwarrior_xxx ctermfg=xxx guifg=xxx in your vimrc to override the color,