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
390 B
24 lines
390 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"15 9 8 1",
|
|
" c #060606",
|
|
". c #313131",
|
|
"X c Gray32",
|
|
"o c #6f6f6f",
|
|
"O c #939393",
|
|
"+ c Gray70",
|
|
"@ c Gray85",
|
|
"# c None",
|
|
/* pixels */
|
|
"###############",
|
|
"#######@O######",
|
|
"###OX##+ X@####",
|
|
"###. @@ O#+@",
|
|
"##o .o o +",
|
|
"#+ o .. o#",
|
|
"#@+#O .X@ .##",
|
|
"#####@XOX##XO##",
|
|
"#######@+######"
|
|
};
|