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.
26 lines
362 B
26 lines
362 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 11 8 1",
|
|
" c #040404",
|
|
". c #272727",
|
|
"X c #5f5f5f",
|
|
"o c Gray45",
|
|
"O c Gray55",
|
|
"+ c Gray70",
|
|
"@ c #d3d3d3",
|
|
"# c None",
|
|
/* pixels */
|
|
"#########",
|
|
"#####@+##",
|
|
"###@X .+",
|
|
"##O @",
|
|
"#+ ..o##",
|
|
"#O o####",
|
|
"#O O####",
|
|
"#O X####",
|
|
"#O O###",
|
|
"#O X@###",
|
|
"##o+#####"
|
|
};
|