18 lines
293 B
C
18 lines
293 B
C
|
/* XPM */
|
||
|
static char *unplugged[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 10 8 2 1",
|
||
|
/* colors */
|
||
|
". c #202020",
|
||
|
"# c #004941",
|
||
|
/* pixels */
|
||
|
"....####..",
|
||
|
"...#...###",
|
||
|
"...#...#..",
|
||
|
".###...#..",
|
||
|
"#..#...###",
|
||
|
"#...####..",
|
||
|
"#.........",
|
||
|
"#........."
|
||
|
};
|