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.
|
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 6 6 1",
|
|
" c #0e0e0e",
|
|
". c #414141",
|
|
"X c #6a6a6a",
|
|
"o c #909090",
|
|
"O c Gray81",
|
|
"+ c None",
|
|
/* pixels */
|
|
"++++++++++",
|
|
"+++OXO++++",
|
|
"++O O+oo",
|
|
"+O . . O",
|
|
"+oo+O O+",
|
|
"+++++OXO++"
|
|
};
|