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.
39 lines
1.0 KiB
39 lines
1.0 KiB
/* XPM */
|
|
static char * large_extension_node_xpm[] = {
|
|
"32 22 13 1",
|
|
" c None",
|
|
". c #4A4A4A",
|
|
"+ c #767676",
|
|
"@ c #797979",
|
|
"# c #FFFFFF",
|
|
"$ c #FCFCFC",
|
|
"% c #A1A1A1",
|
|
"& c #939393",
|
|
"* c #EEEEEE",
|
|
"= c #7A7A7A",
|
|
"- c #E2E2E2",
|
|
"; c #898989",
|
|
"> c #8A8A8A",
|
|
".++++++++++++++++++++++++++++++.",
|
|
"@##############################@",
|
|
"@##############################@",
|
|
"@##$%&&&&&&&&&&&&&&&&&&&&&&%$##@",
|
|
"@##*=----------------------=*##@",
|
|
"@##*;######################;*##@",
|
|
"@##*;######################;*##@",
|
|
"@##*;######################;*##@",
|
|
"@##*;######################;*##@",
|
|
"@##*;######################;*##@",
|
|
"@##*;######################>*##@",
|
|
"@##*;######################>*##@",
|
|
"@##*;######################>*##@",
|
|
"@##*;######################;*##@",
|
|
"@##*>######################;*##@",
|
|
"@##*>######################;*##@",
|
|
"@##*>######################;*##@",
|
|
"@##*=----------------------=*##@",
|
|
"@##$%&&&&&&&&&&&&&&&&&&&&&&%$##@",
|
|
"@##############################@",
|
|
"@##############################@",
|
|
".++++++++++++++++++++++++++++++."};
|