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
409 B
26 lines
409 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 11 8 1",
|
|
" c #090909",
|
|
". c #2d2d2d",
|
|
"X c #494949",
|
|
"o c #626262",
|
|
"O c Gray55",
|
|
"+ c #afafaf",
|
|
"@ c #d0d0d0",
|
|
"# c None",
|
|
/* pixels */
|
|
"#############",
|
|
"######@######",
|
|
"##### +######",
|
|
"####@ +######",
|
|
"####@ #@o##@#",
|
|
"##++X.+OX.@ +",
|
|
"#++@. @#+.#.@",
|
|
"#+OO X##.O###",
|
|
"##@@ +O#.@###",
|
|
"###@ X+@ @###",
|
|
"####+O#@O####"
|
|
};
|