16 lines
219 B
C
16 lines
219 B
C
|
/* XPM */
|
||
|
static char *bottom_inactive_xpm[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 6 3 1",
|
||
|
". c None",
|
||
|
"+ c #212121",
|
||
|
"@ c #000000",
|
||
|
/* pixels */
|
||
|
"++++++",
|
||
|
"++++++",
|
||
|
"++++++",
|
||
|
"++++++",
|
||
|
"++++++",
|
||
|
"@@@@@@"
|
||
|
};
|