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