78 lines
1.8 KiB
Plaintext
78 lines
1.8 KiB
Plaintext
###############################################################################
|
|
# Voltage Green - Taskwarrior Theme
|
|
# Adapted for voltage.nvim color palette
|
|
###############################################################################
|
|
|
|
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 color235
|
|
color.header=green
|
|
color.footnote=green
|
|
color.warning=bold yellow
|
|
color.error=white on red
|
|
color.debug=cyan
|
|
|
|
# Task state
|
|
color.completed=color240
|
|
color.deleted=color238
|
|
color.active=black on green
|
|
color.recurring=cyan
|
|
color.scheduled=on color233
|
|
color.until=
|
|
color.blocked=white on color240
|
|
color.blocking=black on white
|
|
|
|
# Project
|
|
color.project.none=
|
|
|
|
# Priority
|
|
color.uda.priority.H=red
|
|
color.uda.priority.L=color245
|
|
color.uda.priority.M=green
|
|
|
|
# Tags
|
|
color.tag.next=yellow
|
|
color.tag.none=
|
|
color.tagged=
|
|
|
|
# Due
|
|
color.due.today=bold red
|
|
color.due=red
|
|
color.overdue=magenta
|
|
|
|
# Report: burndown
|
|
color.burndown.done=on green
|
|
color.burndown.pending=on cyan
|
|
color.burndown.started=on yellow
|
|
|
|
# Report: history
|
|
color.history.add=black on green
|
|
color.history.delete=black on red
|
|
color.history.done=black on green
|
|
|
|
# Report: summary
|
|
color.summary.background=white on black
|
|
color.summary.bar=black on green
|
|
|
|
# Command: calendar
|
|
color.calendar.due.today=white on red
|
|
color.calendar.due=black on red
|
|
color.calendar.holiday=black on yellow
|
|
color.calendar.scheduled=
|
|
color.calendar.overdue=black on magenta
|
|
color.calendar.today=white on green
|
|
color.calendar.weekend=on color240
|
|
color.calendar.weeknumber=green
|
|
|
|
# Command: sync
|
|
color.sync.added=green
|
|
color.sync.changed=yellow
|
|
color.sync.rejected=magenta
|
|
|
|
# Command: undo
|
|
color.undo.after=green
|
|
color.undo.before=red
|