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