diff options
Diffstat (limited to 'themes/unconed/unconed.theme')
-rw-r--r-- | themes/unconed/unconed.theme | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 137c05a36..08ea6fe3c 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -11,6 +11,9 @@ *********************************************************************/ class Theme { + var $foreground = "#000000"; + var $background = "#FFFFFF"; + var $link = "#000000"; var $themename = "unconed"; |