mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
colors: Do not provide any color for color.tagged by default
The simple fact that the task has a single or more tags of any value does not convey a lot of information. As such, we should not color tasks based on this property by default. Users can still configure the color.tagged configuration variable if the color rule makes sense in their system.
This commit is contained in:
parent
99f4929dc5
commit
505bbf60bb
9 changed files with 9 additions and 9 deletions
|
@ -57,7 +57,7 @@ color.uda.priority.M=color250
|
|||
# Tags
|
||||
color.tag.next=rgb440
|
||||
color.tag.none=
|
||||
color.tagged=rgb031
|
||||
color.tagged=
|
||||
|
||||
# Due
|
||||
color.due.today=rgb400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue