scal

Simple Calendar
git clone git://git.wimdupont.com/scal.git
Log | Files | Refs | LICENSE

commit 61e8168e16c1a2e66a01d3ffd4743473788b5714
parent b514f4247914944e68d86e74cfa78491a21f1ff1
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sun, 16 Mar 2025 22:28:10 +0100

fix config def

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -29,6 +29,7 @@ #define DAY_TITLE_COLOR COLOR_YELLOW #define MONTH_TITLE_COLOR COLOR_MAGENTA #define NOTED_VIEW_COLOR COLOR_RED +#define DAILY_VIEW_COLOR COLOR_GREEN #define WEEKLY_VIEW_COLOR COLOR_YELLOW #define MONTHLY_VIEW_COLOR COLOR_BLUE #define YEARLY_VIEW_COLOR COLOR_MAGENTA