9 lines
121 B
C
Raw Normal View History

2020-07-07 17:23:30 +02:00
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"2 2 3 1",
" c None",
". c #4E7AA7",
"+ c #385B80",
".+",
"++"};