comparison etc/recycle.xpm @ 428:3ecd8885ac67 r21-2-22

Import from CVS: tag r21-2-22
author cvs
date Mon, 13 Aug 2007 11:28:15 +0200
parents
children 7910031dd78a
comparison
equal deleted inserted replaced
427:0a0253eac470 428:3ecd8885ac67
1 /* XPM */
2 /* A recycle logo, artist unknown, converted to xpm by jwz */
3 static char *recycle[] = {
4 /* width height ncolors chars_per_pixel x_hot y_hot */
5 " 51 51 4 1 26 23",
6 /* colors */
7 " c None m None",
8 "# c black m black",
9 "- c chartreuse1 m #7fff0f",
10 "@ c chartreuse4 m #4f8f0f",
11 /* pixels */
12 " ",
13 " ################### ",
14 " ##------------##@@-@-## ",
15 " #-------------#@@@-@----# ",
16 " #-------------#@@@-@------# ",
17 " #------------#@@@-@-------# ",
18 " #-------------##@-@---------# ### ",
19 " #------------# #-@----------# ##@## ",
20 " #-------------# #@------------##-## ",
21 " #------------# #---------------# ",
22 " #-------------# #--------------# ",
23 " #------------# #------------@# ",
24 " #-------------# #------------# ",
25 " ##----------# #----------# ",
26 " ##--------# ##---------@# ",
27 " ##-----# ###-----------# ",
28 " ##---# ############## ### ",
29 " ############## ### ##--# ",
30 " #------------## # ##-----# ",
31 " ##-----------# ##-------# ",
32 " ##---------## ##----------# ",
33 " #----------# #------------# ",
34 " #------------# #-------------# ",
35 " #------------## #------------# ",
36 " #--------------# #-------------# ",
37 " #---------------# #------------# ",
38 " #------------#--## #------------# ",
39 " #-----------####-# #-----------# ",
40 " #-----------# ## ## #-----------# ",
41 " #---------# ## #---------# ",
42 " #---------# #-# #---------# ",
43 " #-------# #-# #-------# ",
44 " #-------# #--# #----@@## ",
45 " #-----############# #--############### ",
46 " #-----#@@@-@------# #----------------@# ",
47 " #---#@@@-@-------# #---------------@# ",
48 " #---#@@-@--------# #----------------@# ",
49 " #-#@@-@---------# #---------------@# ",
50 " #-#@@@----------# #----------------@# ",
51 " #@@@-----------# #----------------# ",
52 " #@@@-----------# #--------------@# ",
53 " #@@-----------# #-------------@# ",
54 " #------------# #-----------@# ",
55 " ##----------# #---------@## ",
56 " ########### #--####### ",
57 " #--# ",
58 " #-# ",
59 " #-# ",
60 " ## ",
61 " ## ",
62 " "
63 };