- Updated light & dark themes (thanks to David Patrick).
This commit is contained in:
Paul Beckingham 2014-12-23 22:30:39 -05:00
parent 4926888332
commit 7a243816c0
8 changed files with 609 additions and 366 deletions

View file

@ -1,7 +1,18 @@
###############################################################################
# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring red.
# color.theme.name=dark-red-256
# color.theme.description=well red, warmer than most
#
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
###############################################################################
#
# Color theme for taskwarrior 2.4 (or later)
#
# taskwarrior - a command line task list manager.
# http://taskwarrior.org - http://tasktools.org
#
# For more information on how to use, see 'man taskrc' and 'man task-color'
#
###############################################################################
#
# Copyright 2006-2014, Paul Beckingham, Federico Hernandez.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@ -25,51 +36,71 @@
#
###############################################################################
color=on
color.header=rgb100
color.footnote=rgb100
color.error=rgb100
color.debug=rgb100
rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.
color.summary.bar=white on rgb300
color.summary.background=white on color0
# basics
color.active=bold yellow
color.completed=rgb020 on white
color.deleted=rgb200 on white
color.due.today=on rgb300
color.due=on rgb100
color.overdue=on rgb200
color.blocking=rgb152
color.blocked=rgb125
color.recurring=
color.scheduled=on rgb201
color.tagged=
color.pri.H=bold white
color.pri.M=gray23
color.pri.L=gray12
color.pri.none=gray23
color.history.add=color0 on rgb100
color.history.done=color0 on rgb300
color.history.delete=color0 on rgb500
color.burndown.pending=on rgb200
color.burndown.started=on rgb411
color.burndown.done=on gray4
color.sync.added=gray4
color.sync.changed=rgb411
color.sync.rejected=rgb200
color.undo.before=rgb301
color.undo.after=rgb503
color.calendar.today=color0 on rgb511
color.calendar.due=color0 on color249
color.calendar.due.today=color0 on color252
color.calendar.overdue=color0 on color255
color.calendar.weekend=on color235
color.calendar.holiday=rgb522 on rgb300
color.calendar.weeknumber=rgb100
color.recurring=rgb511
color.overdue=color255
color.due.today=color252
color.due=color249
color.active=rgb500 on rgb100
color.pri.none=
color.pri.H=rgb500
color.pri.M=rgb400
color.pri.L=rgb300
color.tagged=color246
color.blocked=white on rgb100
color.blocking=white on rgb200
# missing attributes
color.project.none=
color.tag.none=
color.alternate=on color233
color.pri.none=
# personal color rules (remove "#" and replace "X" with your value)
#color.keyword.X=
#color.project.X=
color.tag.next=rgb440
#color.uda.X=
# interface
color.alternate=on gray1
color.header=black on gray11
color.label=inverse
color.footnote=gray2 on gray12
# burndown report
color.burndown.pending=on rgb010
color.burndown.started=on bright yellow
color.burndown.done=on rgb030
# calendar
color.calendar.holiday=rgb550
color.calendar.today=bold white
color.calendar.due.today=on rgb500
color.calendar.due=on rgb100
color.calendar.overdue=on rgb300
color.calendar.weekend=on gray4
color.calendar.weeknumber=rgb200
# history report
color.history.add=white on rgb010
color.history.done=black on rgb030
color.history.delete=white on rgb100
# summary report (background color only)
color.summary.bar=on rgb010
color.summary.background=gray4
# status
color.error=red on white
color.debug=black on white
color.undo.before=yellow
color.undo.after=green
color.sync.added=green
color.sync.changed=yellow
color.sync.rejected=red
color.warning=bold red