Add taskwarrior themes
This commit is contained in:
77
extras/task/voltage-yellow.theme
Normal file
77
extras/task/voltage-yellow.theme
Normal file
@@ -0,0 +1,77 @@
|
||||
###############################################################################
|
||||
# Voltage Yellow - 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=yellow
|
||||
color.footnote=yellow
|
||||
color.warning=bold yellow
|
||||
color.error=white on red
|
||||
color.debug=cyan
|
||||
|
||||
# Task state
|
||||
color.completed=color240
|
||||
color.deleted=color238
|
||||
color.active=black on yellow
|
||||
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=yellow
|
||||
|
||||
# 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 yellow
|
||||
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 yellow
|
||||
|
||||
# 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=black on yellow
|
||||
color.calendar.weekend=on color240
|
||||
color.calendar.weeknumber=yellow
|
||||
|
||||
# Command: sync
|
||||
color.sync.added=green
|
||||
color.sync.changed=yellow
|
||||
color.sync.rejected=magenta
|
||||
|
||||
# Command: undo
|
||||
color.undo.after=green
|
||||
color.undo.before=red
|
||||
Reference in New Issue
Block a user