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

/* XPM */
static const char *panel_pos2[] = {
/* width height ncolors chars_per_pixel */
"16 16 8 1",
/* colors */
" c #000000",
". c #7F7F7F",
"X c #A0A0A0",
"o c #FF0000",
"O c #7A7A7A",
"+ c #FFFFFF",
"@ c #4C4C4C",
"# c None",
/* pixels */
"################",
"################",
"############ #",
"########### +++ ",
"########### +++ ",
"########### +++ ",
"# ## ## #",
"# ### ### #####",
"# ### #### #####",
"# ### #### #####",
"# #### ######",
"# ###### #######",
"# ##### ########",
"# #### #########",
"# #### #####",
"################"
};