diff options
Diffstat (limited to 'attic/muse2-oom/muse2/xpm/wave.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/xpm/wave.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/xpm/wave.xpm b/attic/muse2-oom/muse2/xpm/wave.xpm new file mode 100644 index 00000000..f2a93c66 --- /dev/null +++ b/attic/muse2-oom/muse2/xpm/wave.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static const char * wave_xpm[] = { +"16 16 14 1", +" c None", +". c #828282", +"+ c #000000", +"@ c #7F7F7F", +"# c #8A8A8A", +"$ c #4B4B4B", +"% c #444444", +"& c #E50000", +"* c #290000", +"= c #FF0000", +"- c #1E0000", +"; c #F20000", +"> c #1B0000", +", c #D50000", +" ", +" . ", +" .+. ", +" @@ #+@+# ", +" $++$ +@ @+ ", +" +@@+ + + @", +" + + + + %", +" + + + + +", +" + + + + +", +" + + + + +", +"&*==-&;&>,==+;=+", +"%+ + + + +", +"+@ +@ @+ + +", +"% #+@+# +@@+", +"@ .+. $++$", +" . @@ "}; |