dotfiles/.config/taskwarrior/theme
Trysdyn Black acbffc546f Tweak colors in taskwarrior theme
Bump dark blues up a bit. I tested this theme on a terminal with
constract minimums. Oops!
2021-03-30 17:15:17 -07:00

86 lines
1.7 KiB
Text

###
# The general approach to this theme differs from most taskwarrior themes.
# Instead of focusing on one hue and using 15 different shades of that hue,
# this theme uses both hue and saturation as a two axis presenatation as such:
#
# Axis 1: Hue. Priority
# - blue (informative/debug/structure)
# - green
# - yellow
# - orange
# - red
#
# Axis 2: Saturation. Actionability
###
rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
# General decoration
color.label=rgb113
color.label.sort=rgb113
color.alternate=on grey1
color.header=rgb113
color.footnote=rgb113
color.warning=rgb440
color.error=rgb500
color.debug=rgb114
# Task state
color.completed=rgb020
color.deleted=rgb010
color.active=on rgb010
color.recurring=
color.scheduled=
color.until=
color.blocked=gray10
color.blocking=on gray3
# Project
color.project.none=
# Priority
color.uda.priority.H=rgb500
color.uda.priority.L=rgb010
color.uda.priority.M=
# Tags
color.tag.next=
color.tag.none=
color.tagged=
# Due
color.due=
color.due.today=rgb420
color.overdue=rgb500
# Report: burndown
color.burndown.done=on rgb020
color.burndown.pending=on grey10
color.burndown.started=on rgb110
# Report: history
color.history.add=rgb050
color.history.delete=rgb500
color.history.done=rgb055
# Report: summary
color.summary.background=
color.summary.bar=on rgb010
# Command: calendar
color.calendar.due=rgb533
color.calendar.due.today=rgb420
color.calendar.holiday=rgb115
color.calendar.overdue=rgb500
color.calendar.today=on rgb111
color.calendar.weekend=rgb222
color.calendar.weeknumber=rgb113
# Command: sync
color.sync.added=
color.sync.changed=
color.sync.rejected=
# Command: undo
color.undo.after=rgb300
color.undo.before=rgb030