X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fdark_green.php;h=f30621a8bf3a8a6a8e50ab341af48c316fdd743a;hb=6378ee4a9789ca92a93b8b0e493609877008fc46;hp=fc1d68f90b0dd2e81e4352045e3d697283d5742f;hpb=211f8c1d635041a8bf1208c4c4f8cfffbd2fd97a;p=squirrelmail.git diff --git a/themes/dark_green.php b/themes/dark_green.php index fc1d68f9..f30621a8 100644 --- a/themes/dark_green.php +++ b/themes/dark_green.php @@ -1,23 +1,30 @@ +/** + * Date: June 10 2002 + * Theme Name: "Dark Green" + * + * @author Jason Munro + * @copyright © 2002-2007 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] = "#0a2801"; +$color[1] = "#f88888"; +$color[2] = "#ff7171"; +$color[3] = "#0a2801"; +$color[4] = "#000000"; +$color[5] = "#0e3503"; +$color[6] = "#d0d0d0"; +$color[7] = "#cfcfa0"; +$color[8] = "#d0d0d0"; +$color[9] = "#0e3503"; +$color[10] = "#0a2801"; +$color[11] = "#aaaa44"; +$color[12] = "#0a2801"; +$color[13] = "#ff7733"; +$color[14] = "#ff3377";