summaryrefslogtreecommitdiffstats
path: root/data/pixmaps/feta/6/scripts-trilelement.xpm
blob: 5fb396ba9301e7ad787214bb0cc6bf5da0ec7869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"10 8 8 1",
"  c Gray1",
". c Gray24",
"X c Gray28",
"o c #7c7c7c",
"O c #818181",
"+ c #b9b9b9",
"@ c #c3c3c3",
"# c None",
/* pixels */
"##########",
"####@#####",
"###o O####",
"##+   X#X+",
"##.     .#",
"#+X#X   +#",
"#####O o##",
"######+###"
};