blob: 7482f861822754d057ea6b03438301de37ec317f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* XPM */
static char * bottom_inactive_xpm[] = {
"24 6 3 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
"@ c #C0C0FF s inactive_color_1",
"########################",
"########################",
"########################",
"########################",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@@@"};
|