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