comparison lisp/toolbar/right_arrow.xpm @ 32519:54d90c318dfd

Re-convert from full-color version (using the Gimp) to eliminate dithering artifacts.
author Miles Bader <miles@gnu.org>
date Mon, 16 Oct 2000 08:41:18 +0000
parents 8f4a34146a9d
children 734ff40978ad
comparison
equal deleted inserted replaced
32518:c8517fffd6fb 32519:54d90c318dfd
1 /* XPM */ 1 /* XPM */
2 static char *magick[] = { 2 static char * right_arrow_xpm[] = {
3 /* columns rows colors chars-per-pixel */
4 "24 24 9 1", 3 "24 24 9 1",
5 " c Gray0", 4 " c None",
6 ". c #3a3a5d1d3171", 5 ". c #020202",
7 "X c #4eb572d945ac", 6 "+ c #1A1A1A",
8 "o c #7131975767e8", 7 "@ c #779D6D",
9 "O c #8484a9a97a7a", 8 "# c #88AE80",
10 "+ c #9494b5b589df", 9 "$ c #97B78B",
11 "@ c #b1b1c7c7acac", 10 "% c #9EBA92",
12 "# c #e84eee98e67f", 11 "& c #E9EFE8",
13 "$ c None", 12 "* c #3C5936",
14 /* pixels */ 13 " ",
15 "$$$$$$$$$$$$$$$$$$$$$$$$", 14 " ",
16 "$$$$$$$$$$$$$$$$$$$$$$$$", 15 " ",
17 "$$$$$$$$$$$$$$$$$$$$$$$$", 16 " ",
18 "$$$$$$$$$$$$$$$$$$$$$$$$", 17 " ",
19 "$$$$$$$$$$$$$$$$$$$$$$$$", 18 " .. ",
20 "$$$$$$ $$$$$$$$$$$$$$$$", 19 " .&.. ",
21 "$$$$$$ # $$$$$$$$$$$$$$", 20 " .&&&.. ",
22 "$$$$$$ $## $$$$$$$$$$$$", 21 " .&&&&&.. ",
23 "$$$$$$ $###@ $$$$$$$$$$", 22 " .&&&&&&&.. ",
24 "$$$$$$ $#####@ $$$$$$$$", 23 " .&&&&&&&&&+. ",
25 "$$$$$$ $#######@ $$$$$$", 24 " +&&&&&&&&&&%.. ",
26 "$$$$$$.$#########@ $$$$", 25 " .%#######@@*.. ",
27 "$$$$$$ ++OOOOoOoo. $$$$", 26 " .%#####@@*.. ",
28 "$$$$$$ +OOOOOoX. $$$$$$", 27 " .%###@@*.. ",
29 "$$$$$$ ++OOoXX $$$$$$$$", 28 " .$#@@*.. ",
30 "$$$$$$ +ooX. $$$$$$$$$$", 29 " .#@*.. ",
31 "$$$$$$ Oo. $$$$$$$$$$$$", 30 " .*.. ",
32 "$$$$$$ . $$$$$$$$$$$$$$", 31 " .. ",
33 "$$$$$$ $$$$$$$$$$$$$$$$", 32 " ",
34 "$$$$$$$$$$$$$$$$$$$$$$$$", 33 " ",
35 "$$$$$$$$$$$$$$$$$$$$$$$$", 34 " ",
36 "$$$$$$$$$$$$$$$$$$$$$$$$", 35 " ",
37 "$$$$$$$$$$$$$$$$$$$$$$$$", 36 " "};
38 "$$$$$$$$$$$$$$$$$$$$$$$$"
39 };