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.
32 lines
386 B
32 lines
386 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"6 17 8 1",
|
|
" c Gray2",
|
|
". c Gray20",
|
|
"X c #555555",
|
|
"o c Gray46",
|
|
"O c Gray58",
|
|
"+ c Gray69",
|
|
"@ c #d3d3d3",
|
|
"# c None",
|
|
/* pixels */
|
|
"######",
|
|
"####@+",
|
|
"####@O",
|
|
"####@O",
|
|
"####X@",
|
|
"##@X.@",
|
|
"#+ ++@",
|
|
"#o+#O#",
|
|
"#O#oX#",
|
|
"#O O+@",
|
|
"#XX#O@",
|
|
"#O#@O#",
|
|
"#OO.@#",
|
|
"#o @##",
|
|
"#o+###",
|
|
"#O####",
|
|
"#@####"
|
|
};
|