diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index dbc438d65..67746ab24 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -13,6 +13,10 @@ class Theme { var $link = "#666699"; + // General colorset that can be used for this theme + var $foreground = "#000000"; + var $background = "#EAEAEA"; + function header() { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |