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

43 lines
568 B
C

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