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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user