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.
 
 
 

23 lines
431 B

/* XPM */
static char * kmfolder_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 13 4 1",
/* colors */
" c None",
". c white",
"X c #c0c0c0",
"o c #808080",
/* pixels */
" ",
" .........",
" .XXXXXXXX.",
" ..........o",
" .XXXXXXX..o.",
" ..........o.o",
" .XXXXXXX..o.o.",
"..........o.o.o",
"oooooooooo.o.o ",
"..........o.o ",
"oooooooooo.o ",
"..........o ",
"oooooooooo "};