From 07c99f816a2ea2099004dd6f6ec652d8611d5e56 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Sun, 6 Sep 2009 14:56:10 +0200 Subject: [PATCH] mention background color codes for default themes in comments --- comingNext/index.html | 1 + comingNextB/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/comingNext/index.html b/comingNext/index.html index cedf780..6cc5306 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -8,6 +8,7 @@ here you can customize background color, font color, font size etc... --------------------------------------------------------------------------- */ .background { color:#ffffff; background-color:#000000; font:normal 12pt; } /* Defines the background of the widget. If you want to use a background image, set useBackgroundImage = true below */ + /* for the default themes, black, gray, and light blue, codes are #292029, #e7dfe7, #009aef */ .weekDay { } /* Defines the appearance of all week day texts */ .date { } /* Defines the appearance of all date texts */ .today { color:#ff0000; } /* Defines the appearance of "Today" text */ diff --git a/comingNextB/index.html b/comingNextB/index.html index 58181ce..5a53715 100644 --- a/comingNextB/index.html +++ b/comingNextB/index.html @@ -8,6 +8,7 @@ here you can customize background color, font color, font size etc... --------------------------------------------------------------------------- */ .background { color:#ffffff; background-color:#000000; font:normal 12pt; } /* Defines the background of the widget. If you want to use a background image, set useBackgroundImage = true below */ + /* for the default themes, black, gray, and light blue, codes are #292029, #e7dfe7, #009aef */ .weekDay { } /* Defines the appearance of all week day texts */ .date { } /* Defines the appearance of all date texts */ .today { color:#ff0000; } /* Defines the appearance of "Today" text */ -- 2.39.2