12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /* XPM */
- /* $XConsortium: Dtmail.t.pm /main/2 1996/07/23 12:17:57 drk $ */
- /*********************************************************************
- * (c) Copyright 1993, 1994 Hewlett-Packard Company
- * (c) Copyright 1993, 1994 International Business Machines Corp.
- * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
- * (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
- * Novell, Inc.
- **********************************************************************/
- /* Designed by the User Interaction Design Group, Hewlett-Packard */
- static char *mail16[]={
- /* width height ncolors cpp [x_hot y_hot] */
- "16 16 22 1 0 0",
- /* colors */
- " c none m none s none",
- "$ s topShadowColor m white",
- "& s background m black",
- "( s selectColor m white",
- "* s bottomShadowColor m black",
- ". s iconColor1 c black m black",
- ", s iconColor2 c white m white",
- "L s iconColor2 c white m white",
- "4 s iconColor3 c red m black",
- "6 s iconColor4 c green m white",
- "8 s iconColor5 c blue m black",
- "2 s iconColor6 c yellow m white",
- ": s iconColor7 c cyan m white",
- "0 s iconColor8 c magenta m black",
- "< s iconGray1 c #e1e1e1e1e1e1 m white",
- "> s iconGray2 c #c8c8c8c8c8c8 m white",
- "@ s iconGray3 c #afafafafafaf m white",
- "B s iconGray4 c #969696969696 m white",
- "D s iconGray5 c #7d7d7d7d7d7d m black",
- "F s iconGray6 c #646464646464 m black",
- "H s iconGray7 c #4b4b4b4b4b4b m black",
- "J s iconGray8 c #323232323232 m black",
- /* pixels */
- " ",
- " ",
- " ",
- " ",
- " ",
- " ,,,,,,,,,,,,,, ",
- " ,BJ<<<<<<<8F<. ",
- " ,<<<<B<<<<F8<. ",
- " ,<<<J<J<B<<<<. ",
- " ,<<<<B<B<<<<<. ",
- " ,<<<<<<<<<<<<. ",
- " ,............. ",
- " ",
- " ",
- " ",
- " "
- };
|