aboutsummaryrefslogtreecommitdiff
path: root/task/.config
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-07 12:46:20 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-07 14:28:53 +0300
commit652e7e90a4055d1c6e3883155b0ea0fe4a003c89 (patch)
treeaa77371451ff0f22aefd4c18d7ada413ffce4c7a /task/.config
parent21d3e092a18823d91aed28c60b8e5bfafe9ea1c5 (diff)
downloaddotfiles-652e7e90a4055d1c6e3883155b0ea0fe4a003c89.tar.gz
feat(task): rebase colorscheme on a better default
Diffstat (limited to 'task/.config')
-rw-r--r--task/.config/task/taskrc87
1 files changed, 15 insertions, 72 deletions
diff --git a/task/.config/task/taskrc b/task/.config/task/taskrc
index 372bea1..b1a77e0 100644
--- a/task/.config/task/taskrc
+++ b/task/.config/task/taskrc
@@ -15,88 +15,31 @@ report.scriptable.columns = description
report.scriptable.filter = status:pending
report.scriptable.sort = urgency-
-# My custom Gruvbox-like theme based on dark-16
-rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
-
-# General decoration
-color.label=
-color.label.sort=
-color.alternate=on gray2
-color.header=cyan
-color.footnote=cyan
-color.warning=black on yellow
-color.error=white on red
-color.debug=blue
-
-# Task state
-color.completed=
-color.deleted=
+# Gruvbox-like theme based on dark-yellow-green
+include /usr/share/doc/task/rc/dark-yellow-green.theme
color.active=black on bright yellow
-color.recurring=rgb343
-color.scheduled=
-color.until=
-color.blocked=red
-color.blocking=bold red
-
-# Project
-color.project.none=
-
-# Priority
-color.uda.priority.H=rgb450
-color.uda.priority.M=rgb030
-color.uda.priority.L=rgb010
-
-# Tags
-color.tag.next=
-color.tag.none=
-color.tagged=
-
-# Due
+color.blocked=magenta
+color.blocking=red
color.due=yellow
-color.overdue=red
-
-# Report: burndown
-color.burndown.pending=on rgb110
-color.burndown.started=on rgb430
+color.scheduled=yellow
+color.until=yellow
+color.overdue=on red
color.burndown.done=on cyan
-# Report: history
-color.history.add=color0 on rgb110
-color.history.done=color0 on rgb430
-color.history.delete=white on gray4
-
-# Report: summary
-color.summary.bar=white on rgb330
-color.summary.background=white on rgb110
-
-# Command: calendar
-color.calendar.due=black on bright yellow
-color.calendar.due.today=black on yellow
-color.calendar.holiday=black on cyan
-color.calendar.overdue=black on bright red
-color.calendar.today=black on green
-color.calendar.weekend=cyan
-color.calendar.weeknumber=green
-
-# Command: sync
-color.sync.added=gray4
-color.sync.changed=rgb430
-color.sync.rejected=rgb110
-
-# Command: undo
-color.undo.before=rgb021
-color.undo.after=rgb042
-
+# Review
uda.reviewed.type=date
uda.reviewed.label=Reviewed
report._reviewed.description=Tasksh review report. Adjust the filter to your needs.
report._reviewed.columns=uuid
report._reviewed.sort=reviewed+,modified+
report._reviewed.filter=( reviewed.none: or reviewed.before:now-6days ) and ( +PENDING or +WAITING )
-context.office=-@shop -@home -@out
-context.home=-@work
-context.creative=+writing or +rnd
-context.braindead=+out or -writing -rnd -@laptop -@phone -@work
# Taskserver
include ~/.task/.taskrc.server
+context.braindead.read=+out or -writing -rnd -@laptop -@phone -@work
+context.creative.read=+writing or +rnd
+context.home.read=-@work
+context.home.write=-@work
+context.office.read=-@shop -@home -@out
+context.work.read=+@work
+context.work.write=+@work