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.
24 lines
391 B
24 lines
391 B
/* XPM */
|
|
static char * rests__1o_xpm[] = {
|
|
"15 9 11 1",
|
|
" c None",
|
|
". c #888888",
|
|
"+ c #818181",
|
|
"@ c #B9B9B9",
|
|
"# c #020202",
|
|
"$ c #040404",
|
|
"% c #757575",
|
|
"& c #C8C8C8",
|
|
"* c #050505",
|
|
"= c #737373",
|
|
"- c #AAAAAA",
|
|
" ",
|
|
" ......+...... ",
|
|
"@######$######@",
|
|
" %$$$% ",
|
|
" %$$$% ",
|
|
" %$$$% ",
|
|
" %$$$% ",
|
|
"&******$******&",
|
|
"&=====-+====== "};
|