diff options
Diffstat (limited to 'themes/goofy/goofy.theme')
-rw-r--r-- | themes/goofy/goofy.theme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 9bb7d817a..2deb0bf52 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -12,6 +12,10 @@ *********************************************************************/ class Theme { + // General colorset that can be used for this theme + var $foreground = "#000000"; + var $background = "#FFFFFF"; + function header() { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |