2025-05-09 09:48:24 +02:00

19 lines
306 B
C

/* XPM */
static char *bottom_left_inactive[] = {
/* columns rows colors chars-per-pixel */
"10 10 2 1 ",
" c None",
". c gray20 s inactive_color_1",
/* pixels */
".. ",
".. ",
".. ",
".. ",
".. ",
".. ",
".. ",
".. ",
"..........",
" ........."
};