summaryrefslogtreecommitdiffstats
path: root/contrib/ppmtoansi/demo/ibmmap.xpm
blob: 06d4d990cb114852e8c8b831e64406650ebd2400 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"8 1 8 1",
/* colors */
"` c #000000",
"a c #00FFFF",
"b c #00FF00",
"c c #FF00FF",
"d c #FF0000",
"e c #FFFFFF",
"f c #FFFF00",
"g c #0000FF",
/* pixels */
"`dbgfcae"
};