From 21380770b8c347a9a5aaf137a673b6bd06399ddf Mon Sep 17 00:00:00 2001 From: thomppj Date: Thu, 25 Jul 2002 16:12:33 +0000 Subject: [PATCH 1/1] REALLY added penguin theme. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3130 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/penguin.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 themes/penguin.php diff --git a/themes/penguin.php b/themes/penguin.php new file mode 100644 index 00000000..2040ae06 --- /dev/null +++ b/themes/penguin.php @@ -0,0 +1,34 @@ + +$color[2] = '#FF0000'; // f 2: Error messages, usually red +$color[3] = '#000000'; // b 3: Left folder list background color +$color[4] = '#FFFFFF'; // b 4: Normal background color +$color[5] = '#FFCC00'; // b 5: Header of the message index [From, Date, Subject] +$color[6] = '#FFFFFF'; // f 6: Normal text on the left folder list +$color[7] = '#222222'; // f 7: Links in the right frame +$color[8] = '#000000'; // f 8: Normal text [usually black] +$color[9] = '#FFCC00'; // b 9: Darker version of #0 +$color[10] = '#FF00CC'; // b 10: Darker version of #9 +$color[11] = '#FFCC00'; // f 11: Special folders color [Inbox, Trash, Sent] +$color[12] = '#EEEEEE'; // b 12: Alternate color for message list [alters between 4 and this one] +$color[13] = '#800000'; // f 13: Color for single-quoted text ('> text') when reading (default: #800000) +$color[14] = '#FF0000'; // f 14: Color for text with more than one quote (default: #FF0000) +$color[15] = '#FFDD11'; // f 15: Non-selectable folders in the left frame (defaults to $color[6]) + +?> -- 2.25.1