mirror of
https://github.com/wallace-aph/System6-theme.git
synced 2024-11-19 07:31:39 +00:00
23 lines
247 B
C
23 lines
247 B
C
/* XPM */
|
|
static char * left_inactive_xpm[] = {
|
|
"5 16 3 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++.",
|
|
".+++."};
|