From 103caad4bc0a6fc51a371ea1bec7f061e6c01079 Mon Sep 17 00:00:00 2001 From: okazaki Date: Wed, 20 Jun 2001 02:26:53 +0000 Subject: [PATCH] Merge from `elmo-lunafy' branch. --- etc/icons/nmz.xpm | 35 +++++++++++++++++++++++++++++++++++ etc/icons/shimbun.xpm | 28 ++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 etc/icons/nmz.xpm create mode 100644 etc/icons/shimbun.xpm diff --git a/etc/icons/nmz.xpm b/etc/icons/nmz.xpm new file mode 100644 index 0000000..1710fde --- /dev/null +++ b/etc/icons/nmz.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * namazu_xpm[] = { +"16 16 16 1", +" c None", +". c #104008200000", +"X c #000000000000", +"o c #BEFB71C638E3", +"O c #30C224924103", +"+ c #28A220812081", +"@ c #1040104028A2", +"# c #104010401040", +"$ c #186110400820", +"% c #9E79596528A2", +"& c #AEBA69A630C2", +"* c #CF3CAAAAAEBA", +"= c #082008200820", +"- c #38E324921040", +"; c #49242CB21861", +": c #410338E330C2", +" ", +" ...X ", +" XooooX ", +" XoooooX ", +" XoooooooX ", +" XoooooooX ", +" XXoXoooooO ", +" XXoXooooo+ X", +" XoooooXXooX XX", +" @##$%.o&ooXXoX", +" X****#ooooooooX", +" X*****XXoooooX ", +" XXXX+***=oooX ", +" X******=-;ooX ", +" ::::::X -o# ", +" $# "}; diff --git a/etc/icons/shimbun.xpm b/etc/icons/shimbun.xpm new file mode 100644 index 0000000..f5e922b --- /dev/null +++ b/etc/icons/shimbun.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *shimbun[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c None", +"# c #000000", +"a c #9ec29e", +"b c #ffffff", +"c c #b1f5a0", +/* pixels */ +"................", +"................", +".#############..", +"#a#bbbbbbbbbb#..", +"#a#ba#a###b#b#..", +"##a#bbbbbbbbb#..", +"#a##b##a##a#ab#.", +".#aa#bbbbbb#bb#.", +".##a#baaabbbbb#.", +".##a#baaa#b#b#b#", +"..#a#cccccccccb#", +"..##cccccccccc#.", +"...###########..", +"................", +"................", +"................" +}; -- 1.7.10.4