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