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.

30 lines
535 B

/* XPM */
static const char *panel_gz[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
" c #000000",
". c #7F7F7F",
"X c #CCCCCC",
"o c #FFFFFF",
"O c #FFFFC0",
"+ c None",
/* pixels */
"+++++++++++ ",
"++++.++.+++++++ ",
"++++.++.++++++ +",
"++++.++.+++++ ++",
"++.........+ +++",
"++++.++.+++ ++++",
"++++.++.+++ ",
"++.........+++++",
"++++.++.++.+++++",
"++++.++.++.+++++",
"++.............+",
"++++.++.++.+++++",
"++++.++.++.+++++",
"++++.++.++.+++++",
"++++++++++++++++",
"++++++++++++++++"
};