From 4690b1a6cb7486bf28218735e601f606fdca9ce9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Mar 2015 10:52:28 -0400 Subject: [PATCH] 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. --- doc/rc/light-16.theme | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/rc/light-16.theme b/doc/rc/light-16.theme index 527a21f9d..ba40dfe1e 100644 --- a/doc/rc/light-16.theme +++ b/doc/rc/light-16.theme @@ -34,11 +34,11 @@ color.header=bold white on bright black color.footnote=bold cyan on bright black color.warning=bold red color.error=red on white -color.debug=white on black +color.debug=blue # Task state -color.completed=green on black -color.deleted=red on black +color.completed= +color.deleted= color.active=bold yellow on bright black color.recurring= color.scheduled=on bright cyan @@ -63,17 +63,17 @@ color.tagged= # Due color.due=on bright green color.due.today=on bright yellow -color.overdue=on bright magenta +color.overdue=on bright red # Report: burndown -color.burndown.pending=on bright green +color.burndown.pending=on bright red color.burndown.started=on bright yellow color.burndown.done=on green # Report: history -color.history.add=blue on bright yellow -color.history.done=green on bright green -color.history.delete=black on red +color.history.add=black on bright red +color.history.done=black on bright green +color.history.delete=black on yellow # Report: summary color.summary.bar=on bright green @@ -82,11 +82,11 @@ color.summary.background=on white # Command: calendar color.calendar.due=on bright green color.calendar.due.today=blue on bright yellow -color.calendar.holiday=yellow -color.calendar.overdue=on bright magenta +color.calendar.holiday=on yellow +color.calendar.overdue=on bright red color.calendar.today=blue color.calendar.weekend=on white -color.calendar.weeknumber=white on bright black +color.calendar.weeknumber=blue # Command: sync color.sync.added=green