mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Color
- The ghistory graph bars can now be colored with 'color.history.add', 'color.history.done' and 'color.history.delete' configuration variables.
This commit is contained in:
parent
356519e58f
commit
724e9b8113
5 changed files with 37 additions and 18 deletions
|
@ -106,6 +106,9 @@ std::string Config::defaults =
|
|||
"color.calendar.weekend=bright white on black # Color of weekend days in calendar\n"
|
||||
"color.calendar.holiday=black on bright yellow # Color of public holidays in calendar\n"
|
||||
"color.calendar.weeknumber=black on white # Color of the weeknumbers in calendar\n"
|
||||
"color.history.add=on red # Color of added tasks in ghistory report\n"
|
||||
"color.history.done=on green # Color of completed tasks in ghistory report\n"
|
||||
"color.history.delete=on yellow # Color of deleted tasks in ghistory report\n"
|
||||
"#color.debug=magenta # Color of diagnostic output\n"
|
||||
"\n"
|
||||
"# The following rules are presented in their order of precedence.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue