mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
Themes
- Removed background color from debug messages. - Removed color.completed and color.deleted. - Swapped the overdue magenta for red. - Changed burndown and history to use red, yellow, green. - Inverted the calendar holiday colors. - Removed background from color.calendar.weeknumber.
This commit is contained in:
parent
ce1a7b921c
commit
4690b1a6cb
1 changed files with 11 additions and 11 deletions
|
@ -34,11 +34,11 @@ color.header=bold white on bright black
|
||||||
color.footnote=bold cyan on bright black
|
color.footnote=bold cyan on bright black
|
||||||
color.warning=bold red
|
color.warning=bold red
|
||||||
color.error=red on white
|
color.error=red on white
|
||||||
color.debug=white on black
|
color.debug=blue
|
||||||
|
|
||||||
# Task state
|
# Task state
|
||||||
color.completed=green on black
|
color.completed=
|
||||||
color.deleted=red on black
|
color.deleted=
|
||||||
color.active=bold yellow on bright black
|
color.active=bold yellow on bright black
|
||||||
color.recurring=
|
color.recurring=
|
||||||
color.scheduled=on bright cyan
|
color.scheduled=on bright cyan
|
||||||
|
@ -63,17 +63,17 @@ color.tagged=
|
||||||
# Due
|
# Due
|
||||||
color.due=on bright green
|
color.due=on bright green
|
||||||
color.due.today=on bright yellow
|
color.due.today=on bright yellow
|
||||||
color.overdue=on bright magenta
|
color.overdue=on bright red
|
||||||
|
|
||||||
# Report: burndown
|
# Report: burndown
|
||||||
color.burndown.pending=on bright green
|
color.burndown.pending=on bright red
|
||||||
color.burndown.started=on bright yellow
|
color.burndown.started=on bright yellow
|
||||||
color.burndown.done=on green
|
color.burndown.done=on green
|
||||||
|
|
||||||
# Report: history
|
# Report: history
|
||||||
color.history.add=blue on bright yellow
|
color.history.add=black on bright red
|
||||||
color.history.done=green on bright green
|
color.history.done=black on bright green
|
||||||
color.history.delete=black on red
|
color.history.delete=black on yellow
|
||||||
|
|
||||||
# Report: summary
|
# Report: summary
|
||||||
color.summary.bar=on bright green
|
color.summary.bar=on bright green
|
||||||
|
@ -82,11 +82,11 @@ color.summary.background=on white
|
||||||
# Command: calendar
|
# Command: calendar
|
||||||
color.calendar.due=on bright green
|
color.calendar.due=on bright green
|
||||||
color.calendar.due.today=blue on bright yellow
|
color.calendar.due.today=blue on bright yellow
|
||||||
color.calendar.holiday=yellow
|
color.calendar.holiday=on yellow
|
||||||
color.calendar.overdue=on bright magenta
|
color.calendar.overdue=on bright red
|
||||||
color.calendar.today=blue
|
color.calendar.today=blue
|
||||||
color.calendar.weekend=on white
|
color.calendar.weekend=on white
|
||||||
color.calendar.weeknumber=white on bright black
|
color.calendar.weeknumber=blue
|
||||||
|
|
||||||
# Command: sync
|
# Command: sync
|
||||||
color.sync.added=green
|
color.sync.added=green
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue