summaryrefslogtreecommitdiffstats
path: root/data/pixmaps/feta/6/scripts-lcomma.xpm
blob: 76058ced4a804ea1697e8800f24002abdbd56d68 (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 */
"@@@@",
"@@@+",
"@@Xo",
"@@.@",
"@o.@",
"@X.@",
"@X.@",
"@O +",
"@@X@"
};