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

24 lines
242 B
C

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