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_prelight_xpm[] = {
|
||
|
"20 24 14 1",
|
||
|
" c None",
|
||
|
". c #8D8D8D",
|
||
|
"+ c #FFFFFF",
|
||
|
"@ c #DEDEDE s active_color_2",
|
||
|
"# c #5A5A5A",
|
||
|
"$ c #616161",
|
||
|
"% c #575757",
|
||
|
"& c #4E4E4E",
|
||
|
"* c #5F5F5F",
|
||
|
"= c #454545",
|
||
|
"- c #696969",
|
||
|
"; c #343434",
|
||
|
"> c #646464",
|
||
|
", c #EAEAEA",
|
||
|
"....................",
|
||
|
"++++++++++++++++++++",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@#$@@@@@@@@@",
|
||
|
"@@@@@@@@%&&$@@@@@@@@",
|
||
|
"@@@@@@@*=*-=-@@@@@@@",
|
||
|
"@@@@@@*;***>;>@@@@@@",
|
||
|
"@@@@@@,,,**,,,@@@@@@",
|
||
|
"@@@@@@@@@**@@@@@@@@@",
|
||
|
"@@@@@@@@@**@@@@@@@@@",
|
||
|
"@@@@@@@@@**@@@@@@@@@",
|
||
|
"@@@@@@@@@,,@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@",
|
||
|
"@@@@@@@@@@@@@@@@@@@@"};
|