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