Files
2023-03-05 11:59:23 -05:00

7 lines
97 B
C

/* XPM */
static char * bottom_left_active_xpm[] = {
"1 1 2 1",
" c None",
". c #7d3b27",
"."};