comparison lisp/toolbar/undo.xpm @ 32389:03a8b6779868

Reduce colour requirements to 25 overall. (Probably wants revisiting from the originals to reduce further.)
author Dave Love <fx@gnu.org>
date Wed, 11 Oct 2000 18:05:19 +0000
parents f115e74e9dd1
children 8f4a34146a9d
comparison
equal deleted inserted replaced
32388:358dc6c51eb9 32389:03a8b6779868
1 /* XPM */ 1 /* XPM */
2 static char * tb_undo_xpm[] = { 2 static char *magick[] = {
3 /* columns rows colors chars-per-pixel */
3 "24 24 8 1", 4 "24 24 8 1",
4 " c None", 5 " c gray0",
5 ". c #000000", 6 ". c #5c2b13",
6 "+ c #8F431E", 7 "X c #733618",
7 "@ c #803C1B", 8 "o c #803c1b",
8 "# c #8A411D", 9 "O c #8a411d",
9 "$ c #954620", 10 "+ c #8f431e",
10 "% c #733618", 11 "@ c #954620",
11 "& c #5C2B13", 12 "# c None",
12 " ", 13 /* pixels */
13 " ", 14 "########################",
14 " ", 15 "########################",
15 " ", 16 "########################",
16 " ", 17 "########################",
17 " ", 18 "########################",
18 " . ", 19 "########################",
19 " .. ", 20 "######### ##############",
20 " .+@... ", 21 "######## ##############",
21 " .#$##@%.. ", 22 "####### +o ###########",
22 " .+#...%%. ", 23 "###### O@OOoX #########",
23 " .. .&. ", 24 "####### +O XX ########",
24 " . .&. ", 25 "######## ### . ########",
25 " .. ", 26 "######### #### . #######",
26 " .. ", 27 "############### #######",
27 " . ", 28 "############### #######",
28 " . ", 29 "############### ########",
29 " ", 30 "############## #########",
30 " ", 31 "########################",
31 " ", 32 "########################",
32 " ", 33 "########################",
33 " ", 34 "########################",
34 " ", 35 "########################",
35 " "}; 36 "########################",
37 "########################"
38 };