X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fseaspray_theme.php;h=8ce8122c07971de5d7d5c12a882080a0450ec46a;hb=ad2d75f676d6567af5439e27ee338b54eb5d028d;hp=4f433846ab5b1d2e3d2b3b35c5471e29e014e863;hpb=f740c049d91feb836dd9633be9e8ff52c00d066f;p=squirrelmail.git diff --git a/themes/seaspray_theme.php b/themes/seaspray_theme.php index 4f433846..8ce8122c 100644 --- a/themes/seaspray_theme.php +++ b/themes/seaspray_theme.php @@ -1,20 +1,28 @@ +/** + * Name: Sea Spray Theme + * Date: March 3, 2000 + * + * @author Luke Ehresman + * @copyright 2000-2010 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ + * @package squirrelmail + * @subpackage themes + */ + +global $color; +$color[0] = '#7ca4a4'; +$color[1] = '#800000'; +$color[2] = '#cc0000'; +$color[3] = '#588080'; +$color[4] = '#dcffff'; +$color[5] = '#98c0c0'; +$color[6] = '#000000'; +$color[7] = '#184040'; +$color[8] = '#000000'; +$color[9] = '#78a0a0'; +$color[10] = '#386060'; +$color[11] = '#ffffb0'; +$color[15] = '#b0ffff';