summaryrefslogtreecommitdiffstats
path: root/data/pixmaps/feta/6/scripts-rcomma.xpm
blob: 99e94fbb97a5004f6e07408c80de81592be1a3d6 (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 */
"4 9 7 1",
"  c Gray0",
". c #323232",
"X c Gray42",
"o c Gray56",
"O c #a2a2a2",
"+ c Gray81",
"@ c None",
/* pixels */
"@@@@",
"@@X@",
"@+ O",
"@@.X",
"@@.X",
"@@.o",
"@@.@",
"@oX@",
"@+@@"
};