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

43 lines
570 B
C

/* XPM */
static char *top_left_inactive[] = {
/* columns rows colors chars-per-pixel */
"8 34 2 1 ",
" c None",
". c gray20 s inactive_color_1",
/* pixels */
" ...",
" .....",
" ......",
" .......",
" .......",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........"
};