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

42 lines
487 B
C

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