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
550 B

/* XPM */
static const char *panel_gl[] = {
/* width height ncolors chars_per_pixel */
"16 16 7 1",
/* colors */
" c #000000",
". c #333333",
"X c #007F00",
"o c #7F0000",
"O c #827F00",
"+ c #FFFF00",
"@ c None",
/* pixels */
"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@",
"@@@@....@@@..@@@",
"@@...@...@@..@@@",
"@@..@@@..@@..@@@",
"@..@@@@@@@@..@@@",
"@..@@@...@@..@@@",
"@..@@@...@@..@@@",
"@@..@@@..@@..@@@",
"@@...@...@@..@@@",
"@@@....@.@@.....",
"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@"
};