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.
23 lines
428 B
23 lines
428 B
/* XPM */
|
|
static char * rests__1o_xpm[] = {
|
|
"19 11 8 1",
|
|
" c None",
|
|
". c #898989",
|
|
"+ c #808080",
|
|
"@ c #787878",
|
|
"# c #020202",
|
|
"$ c #030303",
|
|
"% c #343434",
|
|
"& c #626262",
|
|
" ",
|
|
" .......+@....... ",
|
|
" .#######$$#######.",
|
|
" .....%#$$#%...&. ",
|
|
" @$$$$@ ",
|
|
" @$$$$@ ",
|
|
" @$$$$@ ",
|
|
" @$$$$@ ",
|
|
" ..&..%#$$#%..... ",
|
|
" .#######$$#######.",
|
|
" .......++....... "};
|