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

10 lines
185 B
C

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