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