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