You can look here to get a start
http://no.longer.valid/phpwiki/index.php/Tweaking%20FAQs#tweakwebmail * Webmail looks boring, can i alter some settings?
Problem: You want to customize webmail
Solution:
First off: make backups of the files you edit
To change the background color
/home/httpd/html/horde/config/html.php
on line 11 you will see
$css['body']['background-color'] = '<hex color code>'
Change hex color, save, test it.
Use a background image instead of just a solid plain color
/home/httpd/html/horde/config/html.php
locate and fill in
$css['body']['background-image'] = 'url(' . $registry->getParam('graphics', 'horde') . '/<your image>)';
The background graphic will go in your imp/graphics/ folder.
Cheers