2019-10-22 15:31:32 +02:00

9 lines
119 B
C

/* XPM */
static char * bottom_left_active_xpm[] = {
"2 2 3 1",
" c None",
". c #6A6A6A",
"+ c #D6D6D6",
".+",
".."};