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.
36 lines
738 B
36 lines
738 B
/* XPM */
|
|
static char * move_track_up_xpm[] = {
|
|
"22 18 14 1",
|
|
" c None",
|
|
". c #666666",
|
|
"+ c #939393",
|
|
"@ c #FF0400",
|
|
"# c #9E0606",
|
|
"$ c #E6E6E6",
|
|
"% c #C7D485",
|
|
"& c #CBD692",
|
|
"* c #C7D484",
|
|
"= c #3A3A3A",
|
|
"- c #C9D58C",
|
|
"; c #B7B7B7",
|
|
"> c #C4C4C4",
|
|
", c #62664E",
|
|
"......................",
|
|
".++@#$$.%%%%%%%%%%%%%.",
|
|
".++#@$$.%&*%**=%%*%-%.",
|
|
"........;;;;;===;;;;;.",
|
|
".++>>$$.%%%%=====%%%%.",
|
|
".++>>$$.%%%=======%%%.",
|
|
"........;;;;;===;;;;;.",
|
|
".++>>$$.%%%%%===%%%%%.",
|
|
".++>>$$.%%%%%===%%%%%.",
|
|
"........;;;;;===;;;;;.",
|
|
".++>>$$.%%%%%===%%%%%.",
|
|
".++>>$$.%%%%%===%%%%%.",
|
|
"........;;;;;===;;;;;.",
|
|
".++>>$$.,,,,,,,,,,,,,.",
|
|
".++>>$$.,,,,,,,,,,,,,.",
|
|
"........;;;;;;;;;;;;;.",
|
|
".++>>$$.%%%%%%%%%%%%%.",
|
|
".++>>$$.%%%%%%%%%%%%%."};
|