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