Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
57
cde/programs/icons/Dtimage.l.pm
Normal file
57
cde/programs/icons/Dtimage.l.pm
Normal file
@@ -0,0 +1,57 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: Dtimage.l.pm /main/2 1996/07/23 12:13:26 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.
|
||||
**********************************************************************/
|
||||
|
||||
static char * arizona [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"32 32 10 1 0 0",
|
||||
/* colors */
|
||||
" s none m none c none",
|
||||
". s iconGray1 m white c #e1e1e1e1e1e1",
|
||||
"X s iconGray2 m white c #c8c8c8c8c8c8",
|
||||
"o s iconGray4 m white c #969696969696",
|
||||
"O s iconGray3 m white c #afafafafafaf",
|
||||
"+ s iconColor1 m black c black",
|
||||
"@ s iconGray5 m black c #7d7d7d7d7d7d",
|
||||
"# s iconGray7 m black c #4b4b4b4b4b4b",
|
||||
"$ s iconGray6 m black c #646464646464",
|
||||
"% s iconColor2 m white c white",
|
||||
/* pixels */
|
||||
" ..X.X.X.X.X.X.X.X.X.X.X.X",
|
||||
" .oooOOOOOOoooooooooooooo+",
|
||||
" .XXXXXXXXX@@@@XXXOOOOOXO+",
|
||||
" .XXXXXXX#####@@XXoXXXXXO+",
|
||||
" .XXXXXX@###@OO@@XXXXXXXX+",
|
||||
" .XXXXOO###oO..X#oXXXXO@o+",
|
||||
" .XXXOO@###oXX.X@@XX@O@o@+",
|
||||
" .XXo@o@###O@OO##@o@o@o@@+",
|
||||
" .oO@@@@###oXXOX##@@@@@@$+",
|
||||
" .@@@@#@###@O@OO##@$@@@@#+",
|
||||
" .$@@@@####@O#O###@#$@$$#+",
|
||||
" .@$@@@#####@OO###@$@$###+",
|
||||
" .$#$@@####@#@####@@$@$##+",
|
||||
" .@$@$####@OOX@####$$@$@@+",
|
||||
" .@@$#####@...X@#####$#$$+",
|
||||
" .@$##@#@@O..%.X@###@$@$#+",
|
||||
" .###@#@#@@.....O###$@$#@+",
|
||||
" .######@##O..OO$####@@@@+",
|
||||
" .##########$O@$#####$@@#+",
|
||||
" .###################$#@#+",
|
||||
" .####################$##+",
|
||||
" .#######################+",
|
||||
" .#######################+",
|
||||
" .##################@####+",
|
||||
" .##############OO#@#@###+",
|
||||
" .#######@#@#O#OX.@#@####+",
|
||||
" .########@#O@.XXOO######+",
|
||||
" .#######@#@#O@O.@#######+",
|
||||
" .##########@#OX#X@@#####+",
|
||||
" .###########X###@@######+",
|
||||
" .#######################+",
|
||||
" %++++++++++++++++++++++++"};
|
||||
Reference in New Issue
Block a user