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

10 lines
188 B
C

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