diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:07:00 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:07:00 -0400 |
commit | 34f49197cdf0882a5f1e6312c841818612bfdd4a (patch) | |
tree | 499b48df315947110ca5dc8bcea05ff1fdcf610e /taskrc | |
parent | 086be55a4327117a6d7a3216533781a5a49ff6b8 (diff) | |
parent | 26792463b3e1281cb3b58c8bfcb7d712d576f0e1 (diff) |
Merge branch 'master' of home.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'taskrc')
-rw-r--r-- | taskrc | 80 |
1 files changed, 80 insertions, 0 deletions
@@ -0,0 +1,80 @@ +# [Created by task 2.2.0 6/9/2015 11:33:17] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq', +# 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +data.location=~/.task + +report.gtd.columns=tags,id,description,project,due +report.gtd.description=List GTD style task +report.gtd.filter=status:pending limit:page +report.gtd.labels=Context,ID,Task,Project,Due +report.gtd.sort=tags+,due+,project+,description+ + +# Color theme (uncomment one to use) +#include /usr/share/task/light-16.theme +# include /usr/share/task/light-256.theme +#include /usr/share/task/dark-16.theme +#include /usr/share/task/dark-256.theme +#include /usr/share/task/dark-red-256.theme +#include /usr/share/task/dark-green-256.theme +#include /usr/share/task/dark-blue-256.theme +#include /usr/share/task/dark-violets-256.theme +#include /usr/share/task/dark-yellow-green.theme +#include /usr/share/task/dark-gray-256.theme +#include /usr/share/task/solarized-light-256.theme +# Copy of light-256.theme: +color=on +color.header=color4 +color.footnote=color4 +color.error=color4 +color.debug=color4 +color.summary.bar=black on rgb141 +color.summary.background=white on color0 +color.history.add=color0 on rgb500 +color.history.done=color0 on rgb050 +color.history.delete=color0 on rgb550 +color.burndown.pending=on rgb200 +color.burndown.started=on rgb520 +color.burndown.done=on rgb011 +color.sync.added=rgb011 +color.sync.changed=rgb520 +color.sync.rejected=rgb200 +color.undo.before=color1 +color.undo.after=color2 +color.calendar.today=color15 on rgb013 +color.calendar.due=color0 on color9 +color.calendar.due.today=color15 on color1 +color.calendar.overdue=color0 on color1 +color.calendar.weekend=on color253 +color.calendar.holiday=color0 on color3 +color.calendar.weeknumber=rgb013 +color.recurring=rgb013 +color.overdue=color1 +color.due.today=rgb400 +color.due=color9 +color.active=rgb555 on rgb520 +color.pri.none= +color.pri.H=color232 +color.pri.M=color237 +color.pri.L=color242 +color.tagged=rgb020 +color.blocked=gray12 on gray4 +color.blocking=gray12 on gray6 +color.project.none= +color.tag.none= +color.alternate=on color254 + +# Custom colors +color.blocking=rgb111 on rgb543 +color.blocked=rgb222 +due=4 +urgency.user.tag.waiting.coefficient=-6.0 |