diff options
Diffstat (limited to 'muse2/xpm/off.xpm')
-rw-r--r-- | muse2/xpm/off.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/muse2/xpm/off.xpm b/muse2/xpm/off.xpm new file mode 100644 index 00000000..64ddd452 --- /dev/null +++ b/muse2/xpm/off.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static const char * off_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #DCDCDC", +"# c #A0A0A4", +"$ c #808080", +" ", +" ..... ", +" ..+++++.. ", +" .++@@@@@@@. ", +" .+@@@.@@@@. ", +" .+@@@@.@@@@#. ", +" .+@@@@.@@@@#. ", +" .+@@@@.@@@@#. ", +" .+@@@@.@@@@#. ", +" .+@@@@.@@@@#. ", +" .@@@@.@@@#.$ ", +" .@@@@@@@##. ", +" ..#####.. ", +" ..... ", +" ", +" "}; |