comparison lisp/toolbar/preferences.xpm @ 38331:b45a8f9db907 raeburn-tag-6-for-export

Cleaned up. From Luis Fernandes <elf@ee.ryerson.ca>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 09 Jul 2001 10:54:13 +0000
parents 8f4a34146a9d
children 734ff40978ad
comparison
equal deleted inserted replaced
38330:dfa59e6b9f64 38331:b45a8f9db907
1 /* XPM */ 1 /* XPM */
2 static char *magick[] = { 2 static char * preferences_xpm[] = {
3 /* columns rows colors chars-per-pixel */
4 "24 24 8 1", 3 "24 24 8 1",
5 " c Gray0", 4 " c None",
6 ". c #9adf6c4a4e4e", 5 ". c #000000",
7 "X c #adad8e8e3030", 6 "+ c #E1E0E0",
8 "o c #858585857979", 7 "@ c #D7C99B",
9 "O c #a4ffa1fc996c", 8 "# c #9A6C4E",
10 "+ c #d791c99a9b6c", 9 "$ c #A4A199",
11 "@ c #e113e0eee0c4", 10 "% c #858579",
12 "# c None", 11 "& c #AD8E30",
13 /* pixels */ 12 " ",
14 "########################", 13 " ",
15 "########################", 14 " ",
16 "########################", 15 " .. ",
17 "############# #########", 16 " ..++. . ",
18 "########### @@ ##### ##", 17 " ..++++. .@. ",
19 "######### @@@@ #### + #", 18 " ...+++++++. .@#. ",
20 "###### @@@@@@+ ## +. #", 19 " ..++++++++++. .@#. ",
21 "#### @@@@@@@+@@ # +. ##", 20 " .++++++#++++++.@#. ",
22 "### @@@@@.@@@@o@@ +. ###", 21 " .+++++#++++++.@#. ",
23 "### @@@@@.O@oo@@ +. ####", 22 " .++#+#+++++.@#. ",
24 "#### @@@@.@o@@@ +. #####", 23 " .++#$#++++.@#.+. ",
25 "#### @@.O.@@@@ +. @ ####", 24 " .++##+++.@#.++@. ",
26 "##### @@..@@@ +. @@+ ###", 25 " .++++++.@#.+++@%. ",
27 "##### @@@@@@ +. @@@+o ##", 26 " .++++&+..@$$$$%. ",
28 "###### @@@@X@ +OOOOo ##", 27 " .++++..$$$$$$@. ",
29 "###### @@@@ OOOOOO+ ###", 28 " .+$%%$+++++.. ",
30 "####### @OooO@@@@@ ####", 29 " .+++++++++. ",
31 "####### @@@@@@@@@ ######", 30 " .++++++.. ",
32 "######## @@@@@@ #######", 31 " .++++@. ",
33 "######## @@@@+ #########", 32 " .++.. ",
34 "######### @@ ##########", 33 " .. ",
35 "########## ############", 34 " ",
36 "########################", 35 " "};
37 "########################"
38 };