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

19 lines
304 B
C

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