19 lines
306 B
C
19 lines
306 B
C
/* XPM */
|
|
static char *bottom_left_inactive[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 10 2 1 ",
|
|
" c None",
|
|
". c gray20 s inactive_color_1",
|
|
/* pixels */
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
"..........",
|
|
" ........."
|
|
};
|