mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Themes
- Changed color.debug to a readable color. - Added fg to color.scheduled. - Removed color.completed, color.deleted.
This commit is contained in:
parent
3e90554f40
commit
39b736d23e
1 changed files with 4 additions and 4 deletions
|
@ -34,14 +34,14 @@ color.header=yellow
|
|||
color.footnote=yellow
|
||||
color.warning=bold red
|
||||
color.error=yellow
|
||||
color.debug=yellow
|
||||
color.debug=blue
|
||||
|
||||
# Task state
|
||||
color.completed=green on white
|
||||
color.deleted=red on white
|
||||
color.completed=
|
||||
color.deleted=
|
||||
color.active=black on bright green
|
||||
color.recurring=magenta
|
||||
color.scheduled=on green
|
||||
color.scheduled=white on green
|
||||
color.until=
|
||||
color.blocked=black on white
|
||||
color.blocking=black on bright white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue