Reduce colour requirements to 25 overall. (Probably wants
[bpt/emacs.git] / lisp / toolbar / undo.xpm
CommitLineData
a5d8b3dd 1/* XPM */
9a45f9af
DL
2static char *magick[] = {
3/* columns rows colors chars-per-pixel */
a5d8b3dd 4"24 24 8 1",
9a45f9af
DL
5" c gray0",
6". c #5c2b13",
7"X c #733618",
8"o c #803c1b",
9"O c #8a411d",
10"+ c #8f431e",
11"@ c #954620",
12"# c None",
13/* pixels */
14"########################",
15"########################",
16"########################",
17"########################",
18"########################",
19"########################",
20"######### ##############",
21"######## ##############",
22"####### +o ###########",
23"###### O@OOoX #########",
24"####### +O XX ########",
25"######## ### . ########",
26"######### #### . #######",
27"############### #######",
28"############### #######",
29"############### ########",
30"############## #########",
31"########################",
32"########################",
33"########################",
34"########################",
35"########################",
36"########################",
37"########################"
38};