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.

31 lines
556 B

/* XPM */
static const char *action_contour[] = {
/* width height ncolors chars_per_pixel */
"16 16 7 1",
/* colors */
" c #000000",
". c #34D300",
"X c #EFEB00",
"o c #A0A0A0",
"O c #EA0000",
"+ c #0A0A0A",
"@ c None",
/* pixels */
"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@",
"@@@@+++++++@@@@@",
"@@@+@@@@@@@++@@@",
"@@+@@@@@@@@@@+@@",
"@+@@++++++@@@@+@",
"+@@+@@@@@@+@@@@+",
"+@+@@@@@@@@+@@@@",
"+@+@@@@+@@@@+@@@",
"+@+@@@+@+@@@@+@@",
"+@@+@@@+@@@@+@@@",
"+@@@+@@@@@@+@@@+",
"@+@@@++++++@@@+@",
"@@+@@@@@@@@@@+@@",
"@@@++@@@@@@@+@@@",
"@@@@@+++++++@@@@"
};