12 lines
132 B
C
Raw Normal View History

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