blob: b9925f0bcb97085efda8a16a1cf1da9f7c4b74e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* XPM */
static char *bottom_inactive[] = {
/* columns rows colors chars-per-pixel */
"4 4 3 1 ",
" c #EDECEB",
". c #D2D0CE",
"X c #85827E",
/* pixels */
" ",
" ",
"....",
"XXXX"
};
|