cd /usr/local/cpanel/base/horde/config
pico prefs.php
ctrl+w ( search for // UI theme )
you should see the following:
// UI theme
$_prefs['theme'] = array(
'value' => '[B][U]mozilla[/U][/B]',
'locked' => false,
'shared' => true,
'type' => 'select',
'desc' => _("Select your color scheme.")
);