diff options
Diffstat (limited to 'muse2/xpm/zoom_in.xpm')
-rw-r--r-- | muse2/xpm/zoom_in.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/muse2/xpm/zoom_in.xpm b/muse2/xpm/zoom_in.xpm new file mode 100644 index 00000000..97fa7186 --- /dev/null +++ b/muse2/xpm/zoom_in.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static const char * zoom_in_xpm[] = { +"16 16 7 1", +" c None", +". c #A0A0A4", +"+ c #000000", +"@ c #DCDCDC", +"# c #FFFFFF", +"$ c #103A2D", +"% c #83EF42", +" ", +" ", +" ", +" .+++. ", +" .+@#@+. ", +" +##.##+ ", +" +#.###+ ", +" +#####+ ", +" .+@#@++ ", +" .++++++ ", +" $%$ ....+++ ", +"$$%$$ .+++ ", +"%%%%% ..+++ ", +"$$%$$ ..++ ", +" $%$ ... ", +" "}; |