40 lines
991 B
C
40 lines
991 B
C
|
/* XPM */
|
||
|
static char *shade_inactive_xpm[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"24 26 7 1",
|
||
|
"/ c None",
|
||
|
". c #212121",
|
||
|
"_ c #212121",
|
||
|
"= c #323232",
|
||
|
"# c #434343",
|
||
|
"x c #646464 s inactive_text_color",
|
||
|
"X c #000000 s active_text_color",
|
||
|
/* pixels */
|
||
|
"////////////////////////",
|
||
|
"////////////////////////",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"___________xx___________",
|
||
|
"__________xxxx__________",
|
||
|
"_________xxxxxx_________",
|
||
|
"________xxx__xxx________",
|
||
|
"________xx____xx________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
"________________________",
|
||
|
};
|