You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
864 B
42 lines
864 B
11 years ago
|
/* XPM */
|
||
|
static char * shade_inactive_xpm[] = {
|
||
|
"20 24 14 1",
|
||
|
" c None",
|
||
|
". c #8D8D8D",
|
||
|
"+ c #FFFFFF",
|
||
|
"@ c #DEDEDE s active_color_2",
|
||
|
"# c #CACACA",
|
||
|
"$ c #CCCCCC",
|
||
|
"% c #C9C9C9",
|
||
|
"& c #C6C6C6",
|
||
|
"* c #CDCDCD",
|
||
|
"= c #C4C4C4",
|
||
|
"- c #CFCFCF",
|
||
|
"; c #B5B5B5",
|
||
|
"> c #C5C5C5",
|
||
|
", c #EAEAEA",
|
||
|
"....................",
|
||
|
"++++++++++++++++++++",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@#$@@@@@@@@@",
|
||
|
"@@@@@@@@%&&*@@@@@@@@",
|
||
|
"@@@@@@@$=&&=-@@@@@@@",
|
||
|
"@@@@@@=;>&&>;>@@@@@@",
|
||
|
"@@@@@@,,,&&,,,@@@@@@",
|
||
|
"@@@@@@@@@&&@@@@@@@@@",
|
||
|
"@@@@@@@@@&&@@@@@@@@@",
|
||
|
"@@@@@@@@@--@@@@@@@@@",
|
||
|
"@@@@@@@@@,,@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@"};
|