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

42 lines
484 B
C

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