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.
27 lines
328 B
27 lines
328 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"5 12 8 1",
|
|
" c #0b0b0b",
|
|
". c Gray23",
|
|
"X c Gray30",
|
|
"o c #686868",
|
|
"O c #939393",
|
|
"+ c #b1b1b1",
|
|
"@ c #cbcbcb",
|
|
"# c None",
|
|
/* pixels */
|
|
"#####",
|
|
"#+@##",
|
|
"#oO##",
|
|
"#oO##",
|
|
"#oO##",
|
|
"#oO##",
|
|
"#ooO#",
|
|
"#oX o",
|
|
"#O#Oo",
|
|
"#@+X#",
|
|
"##.@#",
|
|
"#@@##"
|
|
};
|