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
849 B
36 lines
849 B
/* XPM */
|
|
static char * button_loop_xpm[] = {
|
|
"24 24 8 1",
|
|
" c None",
|
|
". c #030303",
|
|
"+ c #020202",
|
|
"@ c #000000",
|
|
"# c #010101",
|
|
"$ c #060606",
|
|
"% c #040404",
|
|
"& c #050505",
|
|
" ",
|
|
" .. ",
|
|
" +@@@@@@# ",
|
|
" @@@@@@@@@@+ ",
|
|
" $@@@@@@@@@@@@+ ",
|
|
" @@@@#. .#@@@@. ",
|
|
" +@@@. .@@@@ ",
|
|
" @@@# +@@@. ",
|
|
" @@@ @@@+ ",
|
|
" +@@@ +@@# ",
|
|
" #@@@ +@@@ ",
|
|
" +@@@ +@@# ",
|
|
" @@@ + @@@+ ",
|
|
" @@@# +@++@@@. ",
|
|
" +@@@+ #@@@@@@ ",
|
|
" @@@@# @@@@@@. ",
|
|
" %@@@# .@@@@@# ",
|
|
" %@@ #@@@@@# ",
|
|
" @@@@@@@# ",
|
|
" .@@@@@@@@& ",
|
|
" #@@#+. ",
|
|
" . ",
|
|
" ",
|
|
" "};
|