comparison lisp/toolbar/left_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 * left_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 #36e159032f85", 5 ". c #020202",
7 "X c #484873733e3e", 6 "+ c #121A12",
8 "o c #4ee879e04578", 7 "@ c #78A16E",
9 "O c #6be296e56112", 8 "# c #86AD7D",
10 "+ c #8383aa2a7979", 9 "$ c #B2C6AE",
11 "@ c #b1b1c7c7acac", 10 "% c #263222",
12 "# c #e430ebc9e28c", 11 "& c #E7EDE6",
13 "$ c None", 12 "* c #497241",
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 "$$$$ .OO+O+++++O $$$$$$", 26 " ..**@#@###@. ",
28 "$$$$$$ ooO+O+++O $$$$$$", 27 " ..**@#@#@. ",
29 "$$$$$$$$ .oO+++O $$$$$$", 28 " ..**@@@. ",
30 "$$$$$$$$$$ ooO+O $$$$$$", 29 " ..*@*. ",
31 "$$$$$$$$$$$$ XOO $$$$$$", 30 " ..*. ",
32 "$$$$$$$$$$$$$$ . $$$$$$", 31 " .. ",
33 "$$$$$$$$$$$$$$$$ $$$$$$", 32 " ",
34 "$$$$$$$$$$$$$$$$$$$$$$$$", 33 " ",
35 "$$$$$$$$$$$$$$$$$$$$$$$$", 34 " ",
36 "$$$$$$$$$$$$$$$$$$$$$$$$", 35 " ",
37 "$$$$$$$$$$$$$$$$$$$$$$$$", 36 " "};
38 "$$$$$$$$$$$$$$$$$$$$$$$$"
39 };