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