You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
297 B
24 lines
297 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"5 9 8 1",
|
|
" c Gray0",
|
|
". c Gray20",
|
|
"X c #434343",
|
|
"o c #6f6f6f",
|
|
"O c Gray54",
|
|
"+ c Gray66",
|
|
"@ c #cdcdcd",
|
|
"# c None",
|
|
/* pixels */
|
|
"#####",
|
|
"###@#",
|
|
"###.@",
|
|
"##+OO",
|
|
"#@ O",
|
|
"#OO +",
|
|
"#++++",
|
|
"#+..O",
|
|
"##@o#"
|
|
};
|