diff options
Diffstat (limited to 'admin/themes/default/themeconf.inc.php')
-rw-r--r-- | admin/themes/default/themeconf.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/themeconf.inc.php b/admin/themes/default/themeconf.inc.php index ac6b40b8a..97ae98542 100644 --- a/admin/themes/default/themeconf.inc.php +++ b/admin/themes/default/themeconf.inc.php @@ -4,5 +4,6 @@ $themeconf = array( 'icon_dir' => 'themes/default/icon', 'admin_icon_dir' => 'admin/themes/default/icon', 'mime_icon_dir' => 'themes/default/icon/mimetypes/', + 'colorscheme' => 'dark', ); ?> |