1# This is the layout for the chempad of the molecular calculator 'extremecalc'
2# in the massXpert software program.
3# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Filippo Rusconi.
4# GNU General Public License.
5
6# The format of this file allows the definition of colors
7# according to the following syntax:
8#
9# color%OneColor%xxx,yyy,zzz
10#
11# with xxx, yyy and zzz numerical values in range [0,255] for the red,
12# green and blue component of the color respectively.
13#
14# Available colors are: white, black, red, darkRed, green, darkGreen,
15#  blue, darkBlue, cyan, darkCyan, magenta, darkMagenta, yellow,
16#  darkYellow, gray, darkGray, lightGray, please, see
17#  http://www.w3.org/TR/SVG/types.html#ColorKeywords for a list of
18#  commonly used colors associated to their rgb value.
19#
20# A separator might be used between sections of buttons. Its syntax is:
21#
22# chempadsep%Hexoses & Fucose%[midnightblue]
23#
24# The color specification (%[midnightblue]) is not compulsory
25
26# General button syntax is like the example below:
27#
28# chempadkey%hydrate%+H2O1%adds a water molecule%[red,blue]
29#
30# Each line is divided into 4 compulsory elements:
31# 'chempadkey' starts the line
32# 'hydrate' is the label of the button
33# '+H2O1' is the formula that is applied when the button gets clicked
34# 'adds a water molecule' is the text to display in the tooltip
35# '[red,blue]' are the background and foreground colors, respectively
36#
37# The colors specification (last %[color,color]) is not compulsory
38#
39# The geometry is specified by the number of columns of buttons:
40# chempad_columns%3 would specify that all the buttons in the
41# chemical pad should be laid out using three columns and as
42# many rows as necessary to display them all.
43
44chempad_columns%3
45
46
47color%aliceblue%240,248,255
48color%antiquewhite%250,235,215
49color%aqua%0,255,255
50color%aquamarine%127,255,212
51color%azure%240,255,255
52color%beige%245,245,220
53color%bisque%255,228,196
54color%black%0,0,0
55color%blanchedalmond%255,235,205
56color%blue%0,0,255
57color%blueviolet%138,43,226
58color%brown%165,42,42
59color%burlywood%222,184,135
60color%cadetblue%95,158,160
61color%chartreuse%127,255,0
62color%chocolate%210,105,30
63color%coral%255,127,80
64color%cornflowerblue%100,149,237
65color%cornsilk%255,248,220
66color%crimson%220,20,60
67color%cyan%0,255,255
68color%darkblue%0,0,139
69color%darkcyan%0,139,139
70color%darkgoldenrod%184,134,11
71color%darkgray%169,169,169
72color%darkgreen%0,100,0
73color%darkgrey%169,169,169
74color%darkkhaki%189,183,107
75color%darkmagenta%139,0,139
76color%darkolivegreen%85,107,47
77color%darkorange%255,140,0
78color%darkorchid%153,50,204
79color%darkred%139,0,0
80color%darksalmon%233,150,122
81color%darkseagreen%143,188,143
82color%darkslateblue%72,61,139
83color%darkslategray%47,79,79
84color%darkslategrey%47,79,79
85color%darkturquoise%0,206,209
86color%darkviolet%148,0,211
87color%deeppink%255,20,147
88color%deepskyblue%0,191,255
89color%dimgray%105,105,105
90color%dimgrey%105,105,105
91color%dodgerblue%30,144,255
92color%firebrick%178,34,34
93color%floralwhite%255,250,240
94color%forestgreen%34,139,34
95color%fuchsia%255,0,255
96color%gainsboro%220,220,220
97color%ghostwhite%248,248,255
98color%gold%255,215,0
99color%goldenrod%218,165,32
100color%gray%128,128,128
101color%grey%128,128,128
102color%green%0,128,0
103color%greenyellow%173,255,47
104color%honeydew%240,255,240
105color%hotpink%255,105,180
106color%indianred%205,92,92
107color%indigo%75,0,130
108color%ivory%255,255,240
109color%khaki%240,230,140
110color%lavender%230,230,250
111color%lavenderblush%255,240,245
112color%lawngreen%124,252,0
113color%lemonchiffon%255,250,205
114color%lightblue%173,216,230
115color%lightcoral%240,128,128
116color%lightcyan%224,255,255
117color%lightgoldenrodyellow%250,250,210
118color%lightgray%211,211,211
119color%lightgreen%144,238,144
120color%lightgrey%211,211,211
121color%lightpink%255,182,193
122color%lightsalmon%255,160,122
123color%lightseagreen%32,178,170
124color%lightskyblue%135,206,250
125color%lightslategray%119,136,153
126color%lightslategrey%119,136,153
127color%lightsteelblue%176,196,222
128color%lightyellow%255,255,224
129color%lime%0,255,0
130color%limegreen%50,205,50
131color%linen%250,240,230
132color%magenta%255,0,255
133color%maroon%128,0,0
134color%mediumaquamarine%102,205,170
135color%mediumblue%0,0,205
136color%mediumorchid%186,85,211
137color%mediumpurple%147,112,219
138color%mediumseagreen%60,179,113
139color%mediumslateblue%123,104,238
140color%mediumspringgreen%0,250,154
141color%mediumturquoise%72,209,204
142color%mediumvioletred%199,21,133
143color%midnightblue%25,25,112
144color%mintcream%245,255,250
145color%mistyrose%255,228,225
146color%moccasin%255,228,181
147color%navajowhite%255,222,173
148color%navy%0,0,128
149color%oldlace%253,245,230
150color%olive%128,128,0
151color%olivedrab%107,142,35
152color%orange%255,165,0
153color%orangered%255,69,0
154color%orchid%218,112,214
155color%palegoldenrod%238,232,170
156color%palegreen%152,251,152
157color%paleturquoise%175,238,238
158color%palevioletred%219,112,147
159color%papayawhip%255,239,213
160color%peachpuff%255,218,185
161color%peru%205,133,63
162color%pink%255,192,203
163color%plum%221,160,221
164color%powderblue%176,224,230
165color%purple%128,0,128
166color%red%255,0,0
167color%rosybrown%188,143,143
168color%royalblue%65,105,225
169color%saddlebrown%139,69,19
170color%salmon%250,128,114
171color%sandybrown%244,164,96
172color%seagreen%46,139,87
173color%seashell%255,245,238
174color%sienna%160,82,45
175color%silver%192,192,192
176color%skyblue%135,206,235
177color%slateblue%106,90,205
178color%slategray%112,128,144
179color%slategrey%112,128,144
180color%snow%255,250,250
181color%springgreen%0,255,127
182color%steelblue%70,130,180
183color%tan%210,180,140
184color%teal%0,128,128
185color%thistle%216,191,216
186color%tomato%255,99,71
187color%turquoise%64,224,208
188color%violet%238,130,238
189color%wheat%245,222,179
190color%white%255,255,255
191color%whitesmoke%245,245,245
192color%yellow%255,255,0
193color%yellowgreen%154,205,50
194
195
196chempad_columns%3
197
198
199chempadgroup%Generic
200
201chempadkey%protonate%+H1%adds a proton
202chempadkey%hydrate%+H2O1%adds a water molecule
203chempadkey%0H-ylate%+O1H1%adds an hydroxyl group
204chempadkey%acetylate%-H1+C2H3O1%adds an acetyl group
205chempadkey%phosphorylate%-H+H2PO3%add a phosphate group
206chempadkey%sulfide bond%-H2%oxydizes with loss of hydrogen
207