X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fdark_grey_theme.php;h=b3ec9858cd94df50744da0942d70bda30c5902d1;hb=a9805897ba12de9a63b9a435ccbb49a027d86e4a;hp=2fd996eae597c62f915681ec3124ca5acda990e1;hpb=f740c049d91feb836dd9633be9e8ff52c00d066f;p=squirrelmail.git diff --git a/themes/dark_grey_theme.php b/themes/dark_grey_theme.php index 2fd996ea..b3ec9858 100644 --- a/themes/dark_grey_theme.php +++ b/themes/dark_grey_theme.php @@ -1,20 +1,29 @@ +/** + * dark_grey_theme.php + * Name: Dark Grey + * Date: July 24, 2000 + * + * @author Justin Miller + * @copyright 2000-2014 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] = '#b2b2b2'; // (gray) TitleBar +$color[1] = '#800000'; // (red) +$color[2] = '#cc0000'; // (light red) Warning/Error Messages +$color[3] = '#929292'; // (light gray) Left Bar Background +$color[4] = '#ffffff'; // (white) Normal Background +$color[5] = '#c0c0c0'; // (lighter grey) Table Headers +$color[6] = '#000000'; // (black) Text on left bar +$color[7] = '#303030'; // (dark gray) Links +$color[8] = '#000000'; // (black) Normal text +$color[9] = '#929292'; // (mid-gray) Darker version of #0 +$color[10] = '#505050'; // (dark gray) Darker version of #9 +$color[11] = '#770010'; // (dark red) Special Folders color +$color[15] = '#440000'; // (darker red) Unselectable folders