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.
34 lines
625 B
34 lines
625 B
/* XPM */ |
|
static char * leaf_xpm[] = { |
|
"16 22 9 1", |
|
" c None", |
|
". c #424242", |
|
"+ c #949494", |
|
"@ c #9C9C9C", |
|
"# c #A5A5A5", |
|
"$ c #ADADAD", |
|
"% c #848484", |
|
"& c #B5B5B5", |
|
"* c #BDBDBD", |
|
" ", |
|
" ", |
|
" ", |
|
" ", |
|
" ", |
|
"....... ", |
|
".++@@#.. ", |
|
".+@@##.$. ", |
|
".@@###.... ", |
|
".@%%%+%$&. ", |
|
".###$$$&&. ", |
|
".#%+%%%&*. ", |
|
".#$$$&&**. ", |
|
".$%%+%%**. ", |
|
".$$&&****. ", |
|
".$&&*****. ", |
|
".......... ", |
|
" ", |
|
" ", |
|
" ", |
|
" ", |
|
" "};
|
|
|