19 lines
303 B
C
19 lines
303 B
C
/* XPM */
|
|
static char *bottom_left_active[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 10 2 1 ",
|
|
" c None",
|
|
". c #2C2C2C s active_color_2",
|
|
/* pixels */
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
".. ",
|
|
"..........",
|
|
" ........."
|
|
};
|