From 67fd7e2faa4c004df3847a64cfa41dbe9fb85510 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 8 Jul 2010 22:03:45 -0400 Subject: [PATCH] Themes - Final tweak. --- src/Config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index 8b31ef58e..c88814a9d 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -111,7 +111,7 @@ std::string Config::defaults = "color.undo.before=color1 # Color of values before a change\n" "color.undo.after=color2 # Color of values after a change\n" "\n" - "color.calendar.today=color0 on rgb053 # Color of today in calendar\n" + "color.calendar.today=color15 on rgb013 # Color of today in calendar\n" "color.calendar.due=color0 on color1 # Color of days with due tasks in calendar\n" "color.calendar.due.today=color15 on color1 # Color of today with due tasks in calendar\n" "color.calendar.overdue=color0 on color9 # Color of days with overdue tasks in calendar\n" @@ -152,7 +152,7 @@ std::string Config::defaults = "color.undo.before=red # Color of values before a change\n" "color.undo.after=green # Color of values after a change\n" "\n" - "color.calendar.today=black on green # Color of today in calendar\n" + "color.calendar.today=bold white on bright blue # Color of today in calendar\n" "color.calendar.due=white on red # Color of days with due tasks in calendar\n" "color.calendar.due.today=bold white on red # Color of today with due tasks in calendar\n" "color.calendar.overdue=black on bright red # Color of days with overdue tasks in calendar\n"