2020-07-07 17:43:26 +02:00

12 lines
132 B
C

/* XPM */
static char * left_inactive_xpm[] = {
"2 5 3 1",
" c None",
". c #385B80",
"+ c #4E7AA7",
".+",
".+",
".+",
".+",
".+"};