diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vendor/x11iraf/xpm/icons/crab.xpm | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/x11iraf/xpm/icons/crab.xpm')
-rw-r--r-- | vendor/x11iraf/xpm/icons/crab.xpm | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vendor/x11iraf/xpm/icons/crab.xpm b/vendor/x11iraf/xpm/icons/crab.xpm new file mode 100644 index 00000000..814f5803 --- /dev/null +++ b/vendor/x11iraf/xpm/icons/crab.xpm @@ -0,0 +1,41 @@ +/* XPM2 C */ +static char * crab[] = { +/* crab pixmap + * width height ncolors chars_per_pixel */ +"28 28 6 2 ", +". c SkyBlue m white s s_SkyBlue ", +"x c orange m black s s_orange ", +"* c #ff72c2 m black s s_#ff72c2 ", +"+ c SteelBlue m white s s_SteelBlue ", +"G c black m black s s_black ", +"a c LightGrey m white s s_LightGrey ", +/* pixels */ +". . . . . . * * * * . . . . . . . . . * * * * . . . . . ", +". . . . + * x x * . . . . . . . . . . + * x x * . . . . ", +". . . + * x x * . . . . . . . . . . . . + * x x * . . . ", +". . + * x * . . . * . . . . . . . . . * . . + * x * . . ", +". . + * x * . . + * . . . . . . . . + * . . + * x * . . ", +". . + * x * . + * * . . . . . . . . + * * . + * x * . . ", +". . + * x * + * * . . . . . . . . . . + * * + * x * . . ", +". . + * x * * * . . . . . . . . . . . . + * * x x * . . ", +". . . + * x * . . + * . . . . . . + * . . + * x * . . . ", +". . . + * x . . + * . + * * . * * . + * . . + x * . . . ", +". . . . + x . . + * . + * * . * * . + * . . + x . . . . ", +". . . . + x . . . + * + * * * * * + * . . . + x . . . . ", +". . . . + * x . . + * * * * * * * * * . . + x * . . . . ", +". . . . . + * x * * * * x x x x x * * * * x * . . . . . ", +". . . . + + + * * x x x x x x x x x x x x * . . . . . . ", +". . + + * x x x x x x x x x x x x x x x x x x * x . . . ", +". + * x x a + * * x x x x x x x x x x x * * a G * x * . ", +"+ * x . . . + * * x x x x x x x x x x x * * G . . . x * ", +". . . . . . + * * x x x x x x x x x x x * * . . . . . . ", +". . . . . + * * x x x x x x x x x x x x x * * . . . . . ", +". . . + * x x x * x x x x x x x x x x x * x x x * . . . ", +". . + * x a a + * * x x x x x x x x x * * a a a x * . . ", +". + * x G G G + * * x x x x x x x x x * * a G G G x * . ", +". + * G . . . + * x * x x x x x x x * x * a G . . . * . ", +". . . . . . + * x a * * * x x x * * * a x * G . . . . . ", +". . . . . + * x a G a a * * * * * a a G a x * G . . . . ", +". . . . . + x a G . G G a a a a a G G . G G x a G . . . ", +". . . . . + x a G . . . G G G G G . . . . . x a G . . . " +} ; |