13 lines
229 B
C
Executable File
13 lines
229 B
C
Executable File
/* XPM */
|
|
static char * bottom_active_xpm[] = {
|
|
"20 4 5 1",
|
|
" c None",
|
|
". c #6B6B6B",
|
|
"+ c #5F5F5F",
|
|
"@ c #535353",
|
|
"# c #212121",
|
|
"....................",
|
|
"++++++++++++++++++++",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"####################"};
|