1 /**
2  * Element module.
3  *
4  * License:
5  *     MIT. See LICENSE for full details.
6  */
7 module tkd.element.color;
8 
9 /**
10  * Standard supported colors.
11  */
12 enum Color : string
13 {
14 	default_             = "",                       /// Use the default color.
15 	aliceBlue            = "AliceBlue",              /// 240, 248, 255
16 	antiqueWhite         = "AntiqueWhite",           /// 250, 235, 215
17 	antiqueWhite1        = "AntiqueWhite1",          /// 255, 239, 219
18 	antiqueWhite2        = "AntiqueWhite2",          /// 238, 223, 204
19 	antiqueWhite3        = "AntiqueWhite3",          /// 205, 192, 176
20 	antiqueWhite4        = "AntiqueWhite4",          /// 139, 131, 120
21 	aquamarine           = "aquamarine",             /// 127, 255, 212
22 	aquamarine1          = "aquamarine1",            /// 127, 255, 212
23 	aquamarine2          = "aquamarine2",            /// 118, 238, 198
24 	aquamarine3          = "aquamarine3",            /// 102, 205, 170
25 	aquamarine4          = "aquamarine4",            /// 69, 139, 116
26 	azure                = "azure",                  /// 240, 255, 255
27 	azure1               = "azure1",                 /// 240, 255, 255
28 	azure2               = "azure2",                 /// 224, 238, 238
29 	azure3               = "azure3",                 /// 193, 205, 205
30 	azure4               = "azure4",                 /// 131, 139, 139
31 	beige                = "beige",                  /// 245, 245, 220
32 	bisque               = "bisque",                 /// 255, 228, 196
33 	bisque1              = "bisque1",                /// 255, 228, 196
34 	bisque2              = "bisque2",                /// 238, 213, 183
35 	bisque3              = "bisque3",                /// 205, 183, 158
36 	bisque4              = "bisque4",                /// 139, 125, 107
37 	black                = "black",                  /// 0, 0, 0
38 	blanchedAlmond       = "BlanchedAlmond",         /// 255, 235, 205
39 	blue                 = "blue",                   /// 0, 0, 255
40 	blue1                = "blue1",                  /// 0, 0, 255
41 	blue2                = "blue2",                  /// 0, 0, 238
42 	blue3                = "blue3",                  /// 0, 0, 205
43 	blue4                = "blue4",                  /// 0, 0, 139
44 	blueViolet           = "BlueViolet",             /// 138, 43, 226
45 	brown                = "brown",                  /// 165, 42, 42
46 	brown1               = "brown1",                 /// 255, 64, 64
47 	brown2               = "brown2",                 /// 238, 59, 59
48 	brown3               = "brown3",                 /// 205, 51, 51
49 	brown4               = "brown4",                 /// 139, 35, 35
50 	burlywood            = "burlywood",              /// 222, 184, 135
51 	burlywood1           = "burlywood1",             /// 255, 211, 155
52 	burlywood2           = "burlywood2",             /// 238, 197, 145
53 	burlywood3           = "burlywood3",             /// 205, 170, 125
54 	burlywood4           = "burlywood4",             /// 139, 115, 85
55 	cadetBlue            = "CadetBlue",              /// 95, 158, 160
56 	cadetBlue1           = "CadetBlue1",             /// 152, 245, 255
57 	cadetBlue2           = "CadetBlue2",             /// 142, 229, 238
58 	cadetBlue3           = "CadetBlue3",             /// 122, 197, 205
59 	cadetBlue4           = "CadetBlue4",             /// 83, 134, 139
60 	chartreuse           = "chartreuse",             /// 127, 255, 0
61 	chartreuse1          = "chartreuse1",            /// 127, 255, 0
62 	chartreuse2          = "chartreuse2",            /// 118, 238, 0
63 	chartreuse3          = "chartreuse3",            /// 102, 205, 0
64 	chartreuse4          = "chartreuse4",            /// 69, 139, 0
65 	chocolate            = "chocolate",              /// 210, 105, 30
66 	chocolate1           = "chocolate1",             /// 255, 127, 36
67 	chocolate2           = "chocolate2",             /// 238, 118, 33
68 	chocolate3           = "chocolate3",             /// 205, 102, 29
69 	chocolate4           = "chocolate4",             /// 139, 69, 19
70 	coral                = "coral",                  /// 255, 127, 80
71 	coral1               = "coral1",                 /// 255, 114, 86
72 	coral2               = "coral2",                 /// 238, 106, 80
73 	coral3               = "coral3",                 /// 205, 91, 69
74 	coral4               = "coral4",                 /// 139, 62, 47
75 	cornflowerBlue       = "CornflowerBlue",         /// 100, 149, 237
76 	cornsilk             = "cornsilk",               /// 255, 248, 220
77 	cornsilk1            = "cornsilk1",              /// 255, 248, 220
78 	cornsilk2            = "cornsilk2",              /// 238, 232, 205
79 	cornsilk3            = "cornsilk3",              /// 205, 200, 177
80 	cornsilk4            = "cornsilk4",              /// 139, 136, 120
81 	cyan                 = "cyan",                   /// 0, 255, 255
82 	cyan1                = "cyan1",                  /// 0, 255, 255
83 	cyan2                = "cyan2",                  /// 0, 238, 238
84 	cyan3                = "cyan3",                  /// 0, 205, 205
85 	cyan4                = "cyan4",                  /// 0, 139, 139
86 	darkBlue             = "DarkBlue",               /// 0, 0, 139
87 	darkCyan             = "DarkCyan",               /// 0, 139, 139
88 	darkGoldenrod        = "DarkGoldenrod",          /// 184, 134, 11
89 	darkGoldenrod1       = "DarkGoldenrod1",         /// 255, 185, 15
90 	darkGoldenrod2       = "DarkGoldenrod2",         /// 238, 173, 14
91 	darkGoldenrod3       = "DarkGoldenrod3",         /// 205, 149, 12
92 	darkGoldenrod4       = "DarkGoldenrod4",         /// 139, 101, 8
93 	darkGray             = "DarkGray",               /// 169, 169, 169
94 	darkGreen            = "DarkGreen",              /// 0, 100, 0
95 	darkGrey             = "DarkGrey",               /// 169, 169, 169
96 	darkKhaki            = "DarkKhaki",              /// 189, 183, 107
97 	darkMagenta          = "DarkMagenta",            /// 139, 0, 139
98 	darkOliveGreen       = "DarkOliveGreen",         /// 85, 107, 47
99 	darkOliveGreen1      = "DarkOliveGreen1",        /// 202, 255, 112
100 	darkOliveGreen2      = "DarkOliveGreen2",        /// 188, 238, 104
101 	darkOliveGreen3      = "DarkOliveGreen3",        /// 162, 205, 90
102 	darkOliveGreen4      = "DarkOliveGreen4",        /// 110, 139, 61
103 	darkOrange           = "DarkOrange",             /// 255, 140, 0
104 	darkOrange1          = "DarkOrange1",            /// 255, 127, 0
105 	darkOrange2          = "DarkOrange2",            /// 238, 118, 0
106 	darkOrange3          = "DarkOrange3",            /// 205, 102, 0
107 	darkOrange4          = "DarkOrange4",            /// 139, 69, 0
108 	darkOrchid           = "DarkOrchid",             /// 153, 50, 204
109 	darkOrchid1          = "DarkOrchid1",            /// 191, 62, 255
110 	darkOrchid2          = "DarkOrchid2",            /// 178, 58, 238
111 	darkOrchid3          = "DarkOrchid3",            /// 154, 50, 205
112 	darkOrchid4          = "DarkOrchid4",            /// 104, 34, 139
113 	darkRed              = "DarkRed",                /// 139, 0, 0
114 	darkSalmon           = "DarkSalmon",             /// 233, 150, 122
115 	darkSeaGreen         = "DarkSeaGreen",           /// 143, 188, 143
116 	darkSeaGreen1        = "DarkSeaGreen1",          /// 193, 255, 193
117 	darkSeaGreen2        = "DarkSeaGreen2",          /// 180, 238, 180
118 	darkSeaGreen3        = "DarkSeaGreen3",          /// 155, 205, 155
119 	darkSeaGreen4        = "DarkSeaGreen4",          /// 105, 139, 105
120 	darkSlateBlue        = "DarkSlateBlue",          /// 72, 61, 139
121 	darkSlateGray        = "DarkSlateGray",          /// 47, 79, 79
122 	darkSlateGray1       = "DarkSlateGray1",         /// 151, 255, 255
123 	darkSlateGray2       = "DarkSlateGray2",         /// 141, 238, 238
124 	darkSlateGray3       = "DarkSlateGray3",         /// 121, 205, 205
125 	darkSlateGray4       = "DarkSlateGray4",         /// 82, 139, 139
126 	darkSlateGrey        = "DarkSlateGrey",          /// 47, 79, 79
127 	darkTurquoise        = "DarkTurquoise",          /// 0, 206, 209
128 	darkViolet           = "DarkViolet",             /// 148, 0, 211
129 	deepPink             = "DeepPink",               /// 255, 20, 147
130 	deepPink1            = "DeepPink1",              /// 255, 20, 147
131 	deepPink2            = "DeepPink2",              /// 238, 18, 137
132 	deepPink3            = "DeepPink3",              /// 205, 16, 118
133 	deepPink4            = "DeepPink4",              /// 139, 10, 80
134 	deepSkyBlue          = "DeepSkyBlue",            /// 0, 191, 255
135 	deepSkyBlue1         = "DeepSkyBlue1",           /// 0, 191, 255
136 	deepSkyBlue2         = "DeepSkyBlue2",           /// 0, 178, 238
137 	deepSkyBlue3         = "DeepSkyBlue3",           /// 0, 154, 205
138 	deepSkyBlue4         = "DeepSkyBlue4",           /// 0, 104, 139
139 	dimGray              = "DimGray",                /// 105, 105, 105
140 	dimGrey              = "DimGrey",                /// 105, 105, 105
141 	dodgerBlue           = "DodgerBlue",             /// 30, 144, 255
142 	dodgerBlue1          = "DodgerBlue1",            /// 30, 144, 255
143 	dodgerBlue2          = "DodgerBlue2",            /// 28, 134, 238
144 	dodgerBlue3          = "DodgerBlue3",            /// 24, 116, 205
145 	dodgerBlue4          = "DodgerBlue4",            /// 16, 78, 139
146 	firebrick            = "firebrick",              /// 178, 34, 34
147 	firebrick1           = "firebrick1",             /// 255, 48, 48
148 	firebrick2           = "firebrick2",             /// 238, 44, 44
149 	firebrick3           = "firebrick3",             /// 205, 38, 38
150 	firebrick4           = "firebrick4",             /// 139, 26, 26
151 	floralWhite          = "FloralWhite",            /// 255, 250, 240
152 	forestGreen          = "ForestGreen",            /// 34, 139, 34
153 	gainsboro            = "gainsboro",              /// 220, 220, 220
154 	ghostWhite           = "GhostWhite",             /// 248, 248, 255
155 	gold                 = "gold",                   /// 255, 215, 0
156 	gold1                = "gold1",                  /// 255, 215, 0
157 	gold2                = "gold2",                  /// 238, 201, 0
158 	gold3                = "gold3",                  /// 205, 173, 0
159 	gold4                = "gold4",                  /// 139, 117, 0
160 	goldenrod            = "goldenrod",              /// 218, 165, 32
161 	goldenrod1           = "goldenrod1",             /// 255, 193, 37
162 	goldenrod2           = "goldenrod2",             /// 238, 180, 34
163 	goldenrod3           = "goldenrod3",             /// 205, 155, 29
164 	goldenrod4           = "goldenrod4",             /// 139, 105, 20
165 	gray                 = "gray",                   /// 190, 190, 190
166 	gray0                = "gray0",                  /// 0, 0, 0
167 	gray1                = "gray1",                  /// 3, 3, 3
168 	gray2                = "gray2",                  /// 5, 5, 5
169 	gray3                = "gray3",                  /// 8, 8, 8
170 	gray4                = "gray4",                  /// 10, 10, 10
171 	gray5                = "gray5",                  /// 13, 13, 13
172 	gray6                = "gray6",                  /// 15, 15, 15
173 	gray7                = "gray7",                  /// 18, 18, 18
174 	gray8                = "gray8",                  /// 20, 20, 20
175 	gray9                = "gray9",                  /// 23, 23, 23
176 	gray10               = "gray10",                 /// 26, 26, 26
177 	gray11               = "gray11",                 /// 28, 28, 28
178 	gray12               = "gray12",                 /// 31, 31, 31
179 	gray13               = "gray13",                 /// 33, 33, 33
180 	gray14               = "gray14",                 /// 36, 36, 36
181 	gray15               = "gray15",                 /// 38, 38, 38
182 	gray16               = "gray16",                 /// 41, 41, 41
183 	gray17               = "gray17",                 /// 43, 43, 43
184 	gray18               = "gray18",                 /// 46, 46, 46
185 	gray19               = "gray19",                 /// 48, 48, 48
186 	gray20               = "gray20",                 /// 51, 51, 51
187 	gray21               = "gray21",                 /// 54, 54, 54
188 	gray22               = "gray22",                 /// 56, 56, 56
189 	gray23               = "gray23",                 /// 59, 59, 59
190 	gray24               = "gray24",                 /// 61, 61, 61
191 	gray25               = "gray25",                 /// 64, 64, 64
192 	gray26               = "gray26",                 /// 66, 66, 66
193 	gray27               = "gray27",                 /// 69, 69, 69
194 	gray28               = "gray28",                 /// 71, 71, 71
195 	gray29               = "gray29",                 /// 74, 74, 74
196 	gray30               = "gray30",                 /// 77, 77, 77
197 	gray31               = "gray31",                 /// 79, 79, 79
198 	gray32               = "gray32",                 /// 82, 82, 82
199 	gray33               = "gray33",                 /// 84, 84, 84
200 	gray34               = "gray34",                 /// 87, 87, 87
201 	gray35               = "gray35",                 /// 89, 89, 89
202 	gray36               = "gray36",                 /// 92, 92, 92
203 	gray37               = "gray37",                 /// 94, 94, 94
204 	gray38               = "gray38",                 /// 97, 97, 97
205 	gray39               = "gray39",                 /// 99, 99, 99
206 	gray40               = "gray40",                 /// 102, 102, 102
207 	gray41               = "gray41",                 /// 105, 105, 105
208 	gray42               = "gray42",                 /// 107, 107, 107
209 	gray43               = "gray43",                 /// 110, 110, 110
210 	gray44               = "gray44",                 /// 112, 112, 112
211 	gray45               = "gray45",                 /// 115, 115, 115
212 	gray46               = "gray46",                 /// 117, 117, 117
213 	gray47               = "gray47",                 /// 120, 120, 120
214 	gray48               = "gray48",                 /// 122, 122, 122
215 	gray49               = "gray49",                 /// 125, 125, 125
216 	gray50               = "gray50",                 /// 127, 127, 127
217 	gray51               = "gray51",                 /// 130, 130, 130
218 	gray52               = "gray52",                 /// 133, 133, 133
219 	gray53               = "gray53",                 /// 135, 135, 135
220 	gray54               = "gray54",                 /// 138, 138, 138
221 	gray55               = "gray55",                 /// 140, 140, 140
222 	gray56               = "gray56",                 /// 143, 143, 143
223 	gray57               = "gray57",                 /// 145, 145, 145
224 	gray58               = "gray58",                 /// 148, 148, 148
225 	gray59               = "gray59",                 /// 150, 150, 150
226 	gray60               = "gray60",                 /// 153, 153, 153
227 	gray61               = "gray61",                 /// 156, 156, 156
228 	gray62               = "gray62",                 /// 158, 158, 158
229 	gray63               = "gray63",                 /// 161, 161, 161
230 	gray64               = "gray64",                 /// 163, 163, 163
231 	gray65               = "gray65",                 /// 166, 166, 166
232 	gray66               = "gray66",                 /// 168, 168, 168
233 	gray67               = "gray67",                 /// 171, 171, 171
234 	gray68               = "gray68",                 /// 173, 173, 173
235 	gray69               = "gray69",                 /// 176, 176, 176
236 	gray70               = "gray70",                 /// 179, 179, 179
237 	gray71               = "gray71",                 /// 181, 181, 181
238 	gray72               = "gray72",                 /// 184, 184, 184
239 	gray73               = "gray73",                 /// 186, 186, 186
240 	gray74               = "gray74",                 /// 189, 189, 189
241 	gray75               = "gray75",                 /// 191, 191, 191
242 	gray76               = "gray76",                 /// 194, 194, 194
243 	gray77               = "gray77",                 /// 196, 196, 196
244 	gray78               = "gray78",                 /// 199, 199, 199
245 	gray79               = "gray79",                 /// 201, 201, 201
246 	gray80               = "gray80",                 /// 204, 204, 204
247 	gray81               = "gray81",                 /// 207, 207, 207
248 	gray82               = "gray82",                 /// 209, 209, 209
249 	gray83               = "gray83",                 /// 212, 212, 212
250 	gray84               = "gray84",                 /// 214, 214, 214
251 	gray85               = "gray85",                 /// 217, 217, 217
252 	gray86               = "gray86",                 /// 219, 219, 219
253 	gray87               = "gray87",                 /// 222, 222, 222
254 	gray88               = "gray88",                 /// 224, 224, 224
255 	gray89               = "gray89",                 /// 227, 227, 227
256 	gray90               = "gray90",                 /// 229, 229, 229
257 	gray91               = "gray91",                 /// 232, 232, 232
258 	gray92               = "gray92",                 /// 235, 235, 235
259 	gray93               = "gray93",                 /// 237, 237, 237
260 	gray94               = "gray94",                 /// 240, 240, 240
261 	gray95               = "gray95",                 /// 242, 242, 242
262 	gray96               = "gray96",                 /// 245, 245, 245
263 	gray97               = "gray97",                 /// 247, 247, 247
264 	gray98               = "gray98",                 /// 250, 250, 250
265 	gray99               = "gray99",                 /// 252, 252, 252
266 	gray100              = "gray100",                /// 255, 255, 255
267 	green                = "green",                  /// 0, 255, 0
268 	green1               = "green1",                 /// 0, 255, 0
269 	green2               = "green2",                 /// 0, 238, 0
270 	green3               = "green3",                 /// 0, 205, 0
271 	green4               = "green4",                 /// 0, 139, 0
272 	greenYellow          = "GreenYellow",            /// 173, 255, 47
273 	grey                 = "grey",                   /// 190, 190, 190
274 	grey0                = "grey0",                  /// 0, 0, 0
275 	grey1                = "grey1",                  /// 3, 3, 3
276 	grey2                = "grey2",                  /// 5, 5, 5
277 	grey3                = "grey3",                  /// 8, 8, 8
278 	grey4                = "grey4",                  /// 10, 10, 10
279 	grey5                = "grey5",                  /// 13, 13, 13
280 	grey6                = "grey6",                  /// 15, 15, 15
281 	grey7                = "grey7",                  /// 18, 18, 18
282 	grey8                = "grey8",                  /// 20, 20, 20
283 	grey9                = "grey9",                  /// 23, 23, 23
284 	grey10               = "grey10",                 /// 26, 26, 26
285 	grey11               = "grey11",                 /// 28, 28, 28
286 	grey12               = "grey12",                 /// 31, 31, 31
287 	grey13               = "grey13",                 /// 33, 33, 33
288 	grey14               = "grey14",                 /// 36, 36, 36
289 	grey15               = "grey15",                 /// 38, 38, 38
290 	grey16               = "grey16",                 /// 41, 41, 41
291 	grey17               = "grey17",                 /// 43, 43, 43
292 	grey18               = "grey18",                 /// 46, 46, 46
293 	grey19               = "grey19",                 /// 48, 48, 48
294 	grey20               = "grey20",                 /// 51, 51, 51
295 	grey21               = "grey21",                 /// 54, 54, 54
296 	grey22               = "grey22",                 /// 56, 56, 56
297 	grey23               = "grey23",                 /// 59, 59, 59
298 	grey24               = "grey24",                 /// 61, 61, 61
299 	grey25               = "grey25",                 /// 64, 64, 64
300 	grey26               = "grey26",                 /// 66, 66, 66
301 	grey27               = "grey27",                 /// 69, 69, 69
302 	grey28               = "grey28",                 /// 71, 71, 71
303 	grey29               = "grey29",                 /// 74, 74, 74
304 	grey30               = "grey30",                 /// 77, 77, 77
305 	grey31               = "grey31",                 /// 79, 79, 79
306 	grey32               = "grey32",                 /// 82, 82, 82
307 	grey33               = "grey33",                 /// 84, 84, 84
308 	grey34               = "grey34",                 /// 87, 87, 87
309 	grey35               = "grey35",                 /// 89, 89, 89
310 	grey36               = "grey36",                 /// 92, 92, 92
311 	grey37               = "grey37",                 /// 94, 94, 94
312 	grey38               = "grey38",                 /// 97, 97, 97
313 	grey39               = "grey39",                 /// 99, 99, 99
314 	grey40               = "grey40",                 /// 102, 102, 102
315 	grey41               = "grey41",                 /// 105, 105, 105
316 	grey42               = "grey42",                 /// 107, 107, 107
317 	grey43               = "grey43",                 /// 110, 110, 110
318 	grey44               = "grey44",                 /// 112, 112, 112
319 	grey45               = "grey45",                 /// 115, 115, 115
320 	grey46               = "grey46",                 /// 117, 117, 117
321 	grey47               = "grey47",                 /// 120, 120, 120
322 	grey48               = "grey48",                 /// 122, 122, 122
323 	grey49               = "grey49",                 /// 125, 125, 125
324 	grey50               = "grey50",                 /// 127, 127, 127
325 	grey51               = "grey51",                 /// 130, 130, 130
326 	grey52               = "grey52",                 /// 133, 133, 133
327 	grey53               = "grey53",                 /// 135, 135, 135
328 	grey54               = "grey54",                 /// 138, 138, 138
329 	grey55               = "grey55",                 /// 140, 140, 140
330 	grey56               = "grey56",                 /// 143, 143, 143
331 	grey57               = "grey57",                 /// 145, 145, 145
332 	grey58               = "grey58",                 /// 148, 148, 148
333 	grey59               = "grey59",                 /// 150, 150, 150
334 	grey60               = "grey60",                 /// 153, 153, 153
335 	grey61               = "grey61",                 /// 156, 156, 156
336 	grey62               = "grey62",                 /// 158, 158, 158
337 	grey63               = "grey63",                 /// 161, 161, 161
338 	grey64               = "grey64",                 /// 163, 163, 163
339 	grey65               = "grey65",                 /// 166, 166, 166
340 	grey66               = "grey66",                 /// 168, 168, 168
341 	grey67               = "grey67",                 /// 171, 171, 171
342 	grey68               = "grey68",                 /// 173, 173, 173
343 	grey69               = "grey69",                 /// 176, 176, 176
344 	grey70               = "grey70",                 /// 179, 179, 179
345 	grey71               = "grey71",                 /// 181, 181, 181
346 	grey72               = "grey72",                 /// 184, 184, 184
347 	grey73               = "grey73",                 /// 186, 186, 186
348 	grey74               = "grey74",                 /// 189, 189, 189
349 	grey75               = "grey75",                 /// 191, 191, 191
350 	grey76               = "grey76",                 /// 194, 194, 194
351 	grey77               = "grey77",                 /// 196, 196, 196
352 	grey78               = "grey78",                 /// 199, 199, 199
353 	grey79               = "grey79",                 /// 201, 201, 201
354 	grey80               = "grey80",                 /// 204, 204, 204
355 	grey81               = "grey81",                 /// 207, 207, 207
356 	grey82               = "grey82",                 /// 209, 209, 209
357 	grey83               = "grey83",                 /// 212, 212, 212
358 	grey84               = "grey84",                 /// 214, 214, 214
359 	grey85               = "grey85",                 /// 217, 217, 217
360 	grey86               = "grey86",                 /// 219, 219, 219
361 	grey87               = "grey87",                 /// 222, 222, 222
362 	grey88               = "grey88",                 /// 224, 224, 224
363 	grey89               = "grey89",                 /// 227, 227, 227
364 	grey90               = "grey90",                 /// 229, 229, 229
365 	grey91               = "grey91",                 /// 232, 232, 232
366 	grey92               = "grey92",                 /// 235, 235, 235
367 	grey93               = "grey93",                 /// 237, 237, 237
368 	grey94               = "grey94",                 /// 240, 240, 240
369 	grey95               = "grey95",                 /// 242, 242, 242
370 	grey96               = "grey96",                 /// 245, 245, 245
371 	grey97               = "grey97",                 /// 247, 247, 247
372 	grey98               = "grey98",                 /// 250, 250, 250
373 	grey99               = "grey99",                 /// 252, 252, 252
374 	grey100              = "grey100",                /// 255, 255, 255
375 	honeydew             = "honeydew",               /// 240, 255, 240
376 	honeydew1            = "honeydew1",              /// 240, 255, 240
377 	honeydew2            = "honeydew2",              /// 224, 238, 224
378 	honeydew3            = "honeydew3",              /// 193, 205, 193
379 	honeydew4            = "honeydew4",              /// 131, 139, 131
380 	hotPink              = "HotPink",                /// 255, 105, 180
381 	hotPink1             = "HotPink1",               /// 255, 110, 180
382 	hotPink2             = "HotPink2",               /// 238, 106, 167
383 	hotPink3             = "HotPink3",               /// 205, 96, 144
384 	hotPink4             = "HotPink4",               /// 139, 58, 98
385 	indianRed            = "IndianRed",              /// 205, 92, 92
386 	indianRed1           = "IndianRed1",             /// 255, 106, 106
387 	indianRed2           = "IndianRed2",             /// 238, 99, 99
388 	indianRed3           = "IndianRed3",             /// 205, 85, 85
389 	indianRed4           = "IndianRed4",             /// 139, 58, 58
390 	ivory                = "ivory",                  /// 255, 255, 240
391 	ivory1               = "ivory1",                 /// 255, 255, 240
392 	ivory2               = "ivory2",                 /// 238, 238, 224
393 	ivory3               = "ivory3",                 /// 205, 205, 193
394 	ivory4               = "ivory4",                 /// 139, 139, 131
395 	khaki                = "khaki",                  /// 240, 230, 140
396 	khaki1               = "khaki1",                 /// 255, 246, 143
397 	khaki2               = "khaki2",                 /// 238, 230, 133
398 	khaki3               = "khaki3",                 /// 205, 198, 115
399 	khaki4               = "khaki4",                 /// 139, 134, 78
400 	lavender             = "lavender",               /// 230, 230, 250
401 	lavenderBlush        = "LavenderBlush",          /// 255, 240, 245
402 	lavenderBlush1       = "LavenderBlush1",         /// 255, 240, 245
403 	lavenderBlush2       = "LavenderBlush2",         /// 238, 224, 229
404 	lavenderBlush3       = "LavenderBlush3",         /// 205, 193, 197
405 	lavenderBlush4       = "LavenderBlush4",         /// 139, 131, 134
406 	lawnGreen            = "LawnGreen",              /// 124, 252, 0
407 	lemonChiffon         = "LemonChiffon",           /// 255, 250, 205
408 	lemonChiffon1        = "LemonChiffon1",          /// 255, 250, 205
409 	lemonChiffon2        = "LemonChiffon2",          /// 238, 233, 191
410 	lemonChiffon3        = "LemonChiffon3",          /// 205, 201, 165
411 	lemonChiffon4        = "LemonChiffon4",          /// 139, 137, 112
412 	lightBlue            = "LightBlue",              /// 173, 216, 230
413 	lightBlue1           = "LightBlue1",             /// 191, 239, 255
414 	lightBlue2           = "LightBlue2",             /// 178, 223, 238
415 	lightBlue3           = "LightBlue3",             /// 154, 192, 205
416 	lightBlue4           = "LightBlue4",             /// 104, 131, 139
417 	lightCoral           = "LightCoral",             /// 240, 128, 128
418 	lightCyan            = "LightCyan",              /// 224, 255, 255
419 	lightCyan1           = "LightCyan1",             /// 224, 255, 255
420 	lightCyan2           = "LightCyan2",             /// 209, 238, 238
421 	lightCyan3           = "LightCyan3",             /// 180, 205, 205
422 	lightCyan4           = "LightCyan4",             /// 122, 139, 139
423 	lightGoldenrod       = "LightGoldenrod",         /// 238, 221, 130
424 	lightGoldenrod1      = "LightGoldenrod1",        /// 255, 236, 139
425 	lightGoldenrod2      = "LightGoldenrod2",        /// 238, 220, 130
426 	lightGoldenrod3      = "LightGoldenrod3",        /// 205, 190, 112
427 	lightGoldenrod4      = "LightGoldenrod4",        /// 139, 129, 76
428 	lightGoldenrodYellow = "LightGoldenrodYellow",   /// 250, 250, 210
429 	lightGray            = "LightGray",              /// 211, 211, 211
430 	lightGreen           = "LightGreen",             /// 144, 238, 144
431 	lightGrey            = "LightGrey",              /// 211, 211, 211
432 	lightPink            = "LightPink",              /// 255, 182, 193
433 	lightPink1           = "LightPink1",             /// 255, 174, 185
434 	lightPink2           = "LightPink2",             /// 238, 162, 173
435 	lightPink3           = "LightPink3",             /// 205, 140, 149
436 	lightPink4           = "LightPink4",             /// 139, 95, 101
437 	lightSalmon          = "LightSalmon",            /// 255, 160, 122
438 	lightSalmon1         = "LightSalmon1",           /// 255, 160, 122
439 	lightSalmon2         = "LightSalmon2",           /// 238, 149, 114
440 	lightSalmon3         = "LightSalmon3",           /// 205, 129, 98
441 	lightSalmon4         = "LightSalmon4",           /// 139, 87, 66
442 	lightSeaGreen        = "LightSeaGreen",          /// 32, 178, 170
443 	lightSkyBlue         = "LightSkyBlue",           /// 135, 206, 250
444 	lightSkyBlue1        = "LightSkyBlue1",          /// 176, 226, 255
445 	lightSkyBlue2        = "LightSkyBlue2",          /// 164, 211, 238
446 	lightSkyBlue3        = "LightSkyBlue3",          /// 141, 182, 205
447 	lightSkyBlue4        = "LightSkyBlue4",          /// 96, 123, 139
448 	lightSlateBlue       = "LightSlateBlue",         /// 132, 112, 255
449 	lightSlateGray       = "LightSlateGray",         /// 119, 136, 153
450 	lightSlateGrey       = "LightSlateGrey",         /// 119, 136, 153
451 	lightSteelBlue       = "LightSteelBlue",         /// 176, 196, 222
452 	lightSteelBlue1      = "LightSteelBlue1",        /// 202, 225, 255
453 	lightSteelBlue2      = "LightSteelBlue2",        /// 188, 210, 238
454 	lightSteelBlue3      = "LightSteelBlue3",        /// 162, 181, 205
455 	lightSteelBlue4      = "LightSteelBlue4",        /// 110, 123, 139
456 	lightYellow          = "LightYellow",            /// 255, 255, 224
457 	lightYellow1         = "LightYellow1",           /// 255, 255, 224
458 	lightYellow2         = "LightYellow2",           /// 238, 238, 209
459 	lightYellow3         = "LightYellow3",           /// 205, 205, 180
460 	lightYellow4         = "LightYellow4",           /// 139, 139, 122
461 	limeGreen            = "LimeGreen",              /// 50, 205, 50
462 	linen                = "linen",                  /// 250, 240, 230
463 	magenta              = "magenta",                /// 255, 0, 255
464 	magenta1             = "magenta1",               /// 255, 0, 255
465 	magenta2             = "magenta2",               /// 238, 0, 238
466 	magenta3             = "magenta3",               /// 205, 0, 205
467 	magenta4             = "magenta4",               /// 139, 0, 139
468 	maroon               = "maroon",                 /// 176, 48, 96
469 	maroon1              = "maroon1",                /// 255, 52, 179
470 	maroon2              = "maroon2",                /// 238, 48, 167
471 	maroon3              = "maroon3",                /// 205, 41, 144
472 	maroon4              = "maroon4",                /// 139, 28, 98
473 	mediumAquamarine     = "MediumAquamarine",       /// 102, 205, 170
474 	mediumBlue           = "MediumBlue",             /// 0, 0, 205
475 	mediumOrchid         = "MediumOrchid",           /// 186, 85, 211
476 	mediumOrchid1        = "MediumOrchid1",          /// 224, 102, 255
477 	mediumOrchid2        = "MediumOrchid2",          /// 209, 95, 238
478 	mediumOrchid3        = "MediumOrchid3",          /// 180, 82, 205
479 	mediumOrchid4        = "MediumOrchid4",          /// 122, 55, 139
480 	mediumPurple         = "MediumPurple",           /// 147, 112, 219
481 	mediumPurple1        = "MediumPurple1",          /// 171, 130, 255
482 	mediumPurple2        = "MediumPurple2",          /// 159, 121, 238
483 	mediumPurple3        = "MediumPurple3",          /// 137, 104, 205
484 	mediumPurple4        = "MediumPurple4",          /// 93, 71, 139
485 	mediumSeaGreen       = "MediumSeaGreen",         /// 60, 179, 113
486 	mediumSlateBlue      = "MediumSlateBlue",        /// 123, 104, 238
487 	mediumSpringGreen    = "MediumSpringGreen",      /// 0, 250, 154
488 	mediumTurquoise      = "MediumTurquoise",        /// 72, 209, 204
489 	mediumVioletRed      = "MediumVioletRed",        /// 199, 21, 133
490 	midnightBlue         = "MidnightBlue",           /// 25, 25, 112
491 	mintCream            = "MintCream",              /// 245, 255, 250
492 	mistyRose            = "MistyRose",              /// 255, 228, 225
493 	mistyRose1           = "MistyRose1",             /// 255, 228, 225
494 	mistyRose2           = "MistyRose2",             /// 238, 213, 210
495 	mistyRose3           = "MistyRose3",             /// 205, 183, 181
496 	mistyRose4           = "MistyRose4",             /// 139, 125, 123
497 	moccasin             = "moccasin",               /// 255, 228, 181
498 	navajoWhite          = "NavajoWhite",            /// 255, 222, 173
499 	navajoWhite1         = "NavajoWhite1",           /// 255, 222, 173
500 	navajoWhite2         = "NavajoWhite2",           /// 238, 207, 161
501 	navajoWhite3         = "NavajoWhite3",           /// 205, 179, 139
502 	navajoWhite4         = "NavajoWhite4",           /// 139, 121, 94
503 	navy                 = "navy",                   /// 0, 0, 128
504 	navyBlue             = "NavyBlue",               /// 0, 0, 128
505 	oldLace              = "OldLace",                /// 253, 245, 230
506 	oliveDrab            = "OliveDrab",              /// 107, 142, 35
507 	oliveDrab1           = "OliveDrab1",             /// 192, 255, 62
508 	oliveDrab2           = "OliveDrab2",             /// 179, 238, 58
509 	oliveDrab3           = "OliveDrab3",             /// 154, 205, 50
510 	oliveDrab4           = "OliveDrab4",             /// 105, 139, 34
511 	orange               = "orange",                 /// 255, 165, 0
512 	orange1              = "orange1",                /// 255, 165, 0
513 	orange2              = "orange2",                /// 238, 154, 0
514 	orange3              = "orange3",                /// 205, 133, 0
515 	orange4              = "orange4",                /// 139, 90, 0
516 	orangeRed            = "OrangeRed",              /// 255, 69, 0
517 	orangeRed1           = "OrangeRed1",             /// 255, 69, 0
518 	orangeRed2           = "OrangeRed2",             /// 238, 64, 0
519 	orangeRed3           = "OrangeRed3",             /// 205, 55, 0
520 	orangeRed4           = "OrangeRed4",             /// 139, 37, 0
521 	orchid               = "orchid",                 /// 218, 112, 214
522 	orchid1              = "orchid1",                /// 255, 131, 250
523 	orchid2              = "orchid2",                /// 238, 122, 233
524 	orchid3              = "orchid3",                /// 205, 105, 201
525 	orchid4              = "orchid4",                /// 139, 71, 137
526 	paleGoldenrod        = "PaleGoldenrod",          /// 238, 232, 170
527 	paleGreen            = "PaleGreen",              /// 152, 251, 152
528 	paleGreen1           = "PaleGreen1",             /// 154, 255, 154
529 	paleGreen2           = "PaleGreen2",             /// 144, 238, 144
530 	paleGreen3           = "PaleGreen3",             /// 124, 205, 124
531 	paleGreen4           = "PaleGreen4",             /// 84, 139, 84
532 	paleTurquoise        = "PaleTurquoise",          /// 175, 238, 238
533 	paleTurquoise1       = "PaleTurquoise1",         /// 187, 255, 255
534 	paleTurquoise2       = "PaleTurquoise2",         /// 174, 238, 238
535 	paleTurquoise3       = "PaleTurquoise3",         /// 150, 205, 205
536 	paleTurquoise4       = "PaleTurquoise4",         /// 102, 139, 139
537 	paleVioletRed        = "PaleVioletRed",          /// 219, 112, 147
538 	paleVioletRed1       = "PaleVioletRed1",         /// 255, 130, 171
539 	paleVioletRed2       = "PaleVioletRed2",         /// 238, 121, 159
540 	paleVioletRed3       = "PaleVioletRed3",         /// 205, 104, 127
541 	paleVioletRed4       = "PaleVioletRed4",         /// 139, 71, 93
542 	papayaWhip           = "PapayaWhip",             /// 255, 239, 213
543 	peachPuff            = "PeachPuff",              /// 255, 218, 185
544 	peachPuff1           = "PeachPuff1",             /// 255, 218, 185
545 	peachPuff2           = "PeachPuff2",             /// 238, 203, 173
546 	peachPuff3           = "PeachPuff3",             /// 205, 175, 149
547 	peachPuff4           = "PeachPuff4",             /// 139, 119, 101
548 	peru                 = "peru",                   /// 205, 133, 63
549 	pink                 = "pink",                   /// 255, 192, 203
550 	pink1                = "pink1",                  /// 255, 181, 197
551 	pink2                = "pink2",                  /// 238, 169, 184
552 	pink3                = "pink3",                  /// 205, 145, 158
553 	pink4                = "pink4",                  /// 139, 99, 108
554 	plum                 = "plum",                   /// 221, 160, 221
555 	plum1                = "plum1",                  /// 255, 187, 255
556 	plum2                = "plum2",                  /// 238, 174, 238
557 	plum3                = "plum3",                  /// 205, 150, 205
558 	plum4                = "plum4",                  /// 139, 102, 139
559 	powderBlue           = "powder blue",            /// 176, 224, 230
560 	purple               = "purple",                 /// 160, 32, 240
561 	purple1              = "purple1",                /// 155, 48, 255
562 	purple2              = "purple2",                /// 145, 44, 238
563 	purple3              = "purple3",                /// 125, 38, 205
564 	purple4              = "purple4",                /// 85, 26, 139
565 	red                  = "red",                    /// 255, 0, 0
566 	red1                 = "red1",                   /// 255, 0, 0
567 	red2                 = "red2",                   /// 238, 0, 0
568 	red3                 = "red3",                   /// 205, 0, 0
569 	red4                 = "red4",                   /// 139, 0, 0
570 	rosyBrown            = "RosyBrown",              /// 188, 143, 143
571 	rosyBrown1           = "RosyBrown1",             /// 255, 193, 193
572 	rosyBrown2           = "RosyBrown2",             /// 238, 180, 180
573 	rosyBrown3           = "RosyBrown3",             /// 205, 155, 155
574 	rosyBrown4           = "RosyBrown4",             /// 139, 105, 105
575 	royalBlue            = "RoyalBlue",              /// 65, 105, 225
576 	royalBlue1           = "RoyalBlue1",             /// 72, 118, 255
577 	royalBlue2           = "RoyalBlue2",             /// 67, 110, 238
578 	royalBlue3           = "RoyalBlue3",             /// 58, 95, 205
579 	royalBlue4           = "RoyalBlue4",             /// 39, 64, 139
580 	saddleBrown          = "SaddleBrown",            /// 139, 69, 19
581 	salmon               = "salmon",                 /// 250, 128, 114
582 	salmon1              = "salmon1",                /// 255, 140, 105
583 	salmon2              = "salmon2",                /// 238, 130, 98
584 	salmon3              = "salmon3",                /// 205, 112, 84
585 	salmon4              = "salmon4",                /// 139, 76, 57
586 	sandyBrown           = "SandyBrown",             /// 244, 164, 96
587 	seaGreen             = "SeaGreen",               /// 46, 139, 87
588 	seaGreen1            = "SeaGreen1",              /// 84, 255, 159
589 	seaGreen2            = "SeaGreen2",              /// 78, 238, 148
590 	seaGreen3            = "SeaGreen3",              /// 67, 205, 128
591 	seaGreen4            = "SeaGreen4",              /// 46, 139, 87
592 	seashell             = "seashell",               /// 255, 245, 238
593 	seashell1            = "seashell1",              /// 255, 245, 238
594 	seashell2            = "seashell2",              /// 238, 229, 222
595 	seashell3            = "seashell3",              /// 205, 197, 191
596 	seashell4            = "seashell4",              /// 139, 134, 130
597 	sienna               = "sienna",                 /// 160, 82, 45
598 	sienna1              = "sienna1",                /// 255, 130, 71
599 	sienna2              = "sienna2",                /// 238, 121, 66
600 	sienna3              = "sienna3",                /// 205, 104, 57
601 	sienna4              = "sienna4",                /// 139, 71, 38
602 	skyBlue              = "SkyBlue",                /// 135, 206, 235
603 	skyBlue1             = "SkyBlue1",               /// 135, 206, 255
604 	skyBlue2             = "SkyBlue2",               /// 126, 192, 238
605 	skyBlue3             = "SkyBlue3",               /// 108, 166, 205
606 	skyBlue4             = "SkyBlue4",               /// 74, 112, 139
607 	slateBlue            = "SlateBlue",              /// 106, 90, 205
608 	slateBlue1           = "SlateBlue1",             /// 131, 111, 255
609 	slateBlue2           = "SlateBlue2",             /// 122, 103, 238
610 	slateBlue3           = "SlateBlue3",             /// 105, 89, 205
611 	slateBlue4           = "SlateBlue4",             /// 71, 60, 139
612 	slateGray            = "SlateGray",              /// 112, 128, 144
613 	slateGray1           = "SlateGray1",             /// 198, 226, 255
614 	slateGray2           = "SlateGray2",             /// 185, 211, 238
615 	slateGray3           = "SlateGray3",             /// 159, 182, 205
616 	slateGray4           = "SlateGray4",             /// 108, 123, 139
617 	slateGrey            = "SlateGrey",              /// 112, 128, 144
618 	snow                 = "snow",                   /// 255, 250, 250
619 	snow1                = "snow1",                  /// 255, 250, 250
620 	snow2                = "snow2",                  /// 238, 233, 233
621 	snow3                = "snow3",                  /// 205, 201, 201
622 	snow4                = "snow4",                  /// 139, 137, 137
623 	springGreen          = "SpringGreen",            /// 0, 255, 127
624 	springGreen1         = "SpringGreen1",           /// 0, 255, 127
625 	springGreen2         = "SpringGreen2",           /// 0, 238, 118
626 	springGreen3         = "SpringGreen3",           /// 0, 205, 102
627 	springGreen4         = "SpringGreen4",           /// 0, 139, 69
628 	steelBlue            = "SteelBlue",                      /// 70, 130, 180
629 	steelBlue1           = "SteelBlue1",             /// 99, 184, 255
630 	steelBlue2           = "SteelBlue2",             /// 92, 172, 238
631 	steelBlue3           = "SteelBlue3",             /// 79, 148, 205
632 	steelBlue4           = "SteelBlue4",             /// 54, 100, 139
633 	tan                  = "tan",                    /// 210, 180, 140
634 	tan1                 = "tan1",                   /// 255, 165, 79
635 	tan2                 = "tan2",                   /// 238, 154, 73
636 	tan3                 = "tan3",                   /// 205, 133, 63
637 	tan4                 = "tan4",                   /// 139, 90, 43
638 	thistle              = "thistle",                /// 216, 191, 216
639 	thistle1             = "thistle1",               /// 255, 225, 255
640 	thistle2             = "thistle2",               /// 238, 210, 238
641 	thistle3             = "thistle3",               /// 205, 181, 205
642 	thistle4             = "thistle4",               /// 139, 123, 139
643 	tomato               = "tomato",                 /// 255, 99, 71
644 	tomato1              = "tomato1",                /// 255, 99, 71
645 	tomato2              = "tomato2",                /// 238, 92, 66
646 	tomato3              = "tomato3",                /// 205, 79, 57
647 	tomato4              = "tomato4",                /// 139, 54, 38
648 	turquoise            = "turquoise",              /// 64, 224, 208
649 	turquoise1           = "turquoise1",             /// 0, 245, 255
650 	turquoise2           = "turquoise2",             /// 0, 229, 238
651 	turquoise3           = "turquoise3",             /// 0, 197, 205
652 	turquoise4           = "turquoise4",             /// 0, 134, 139
653 	violet               = "violet",                 /// 238, 130, 238
654 	violetRed            = "VioletRed",              /// 208, 32, 144
655 	violetRed1           = "VioletRed1",             /// 255, 62, 150
656 	violetRed2           = "VioletRed2",             /// 238, 58, 140
657 	violetRed3           = "VioletRed3",             /// 205, 50, 120
658 	violetRed4           = "VioletRed4",             /// 139, 34, 82
659 	wheat                = "wheat",                  /// 245, 222, 179
660 	wheat1               = "wheat1",                 /// 255, 231, 186
661 	wheat2               = "wheat2",                 /// 238, 216, 174
662 	wheat3               = "wheat3",                 /// 205, 186, 150
663 	wheat4               = "wheat4",                 /// 139, 126, 102
664 	white                = "white",                  /// 255, 255, 255
665 	whiteSmoke           = "WhiteSmoke",             /// 245, 245, 245
666 	yellow               = "yellow",                 /// 255, 255, 0
667 	yellow1              = "yellow1",                /// 255, 255, 0
668 	yellow2              = "yellow2",                /// 238, 238, 0
669 	yellow3              = "yellow3",                /// 205, 205, 0
670 	yellow4              = "yellow4",                /// 139, 139, 0
671 	yellowGreen          = "YellowGreen",            /// 154, 205, 50
672 }
673 
674 /**
675  * Windows only colors.
676  *
677  * On Windows, the following additional system colors are available (note that 
678  * the actual color values depend on the currently active OS theme.)
679  */
680 version (Windows)
681 {
682 	enum WindowsColor : string
683 	{
684 		_3dDarkShadow        = "3dDarkShadow",
685 		_3dLight             = "3dLight",
686 		activeBorder        = "ActiveBorder",
687 		activeCaption       = "ActiveCaption",
688 		appWorkspace        = "AppWorkspace",
689 		background          = "Background",
690 		buttonFace          = "ButtonFace",
691 		buttonHighlight     = "ButtonHighlight",
692 		buttonShadow        = "ButtonShadow",
693 		buttonText          = "ButtonText",
694 		captionText         = "CaptionText",
695 		disabledText        = "DisabledText",
696 		grayText            = "GrayText",
697 		highlight           = "Highlight",
698 		highlightText       = "HighlightText",
699 		inactiveBorder      = "InactiveBorder",
700 		inactiveCaption     = "InactiveCaption",
701 		inactiveCaptionText = "InactiveCaptionText",
702 		infoBackground      = "InfoBackground",
703 		infoText            = "InfoText",
704 		menu                = "Menu",
705 		menuText            = "MenuText",
706 		scrollbar           = "Scrollbar",
707 		window              = "Window",
708 		windowFrame         = "WindowFrame",
709 		windowText          = "WindowText",
710 	}
711 }
712 
713 /**
714  * MacOSX only colors.
715  *
716  * On Mac OS X, the following additional system colors are available (note that 
717  * the actual color values depend on the currently active OS theme, and 
718  * typically many of these will in fact be patterns rather than pure colors.)
719  */
720 version (OSX)
721 {
722 	enum MacOSXColor : string
723 	{
724 		systemActiveAreaFill                      = "systemActiveAreaFill",
725 		systemAlertActiveText                     = "systemAlertActiveText",
726 		systemAlertBackgroundActive               = "systemAlertBackgroundActive",
727 		systemAlertBackgroundInactive             = "systemAlertBackgroundInactive",
728 		systemAlertInactiveText                   = "systemAlertInactiveText",
729 		systemAlternatePrimaryHighlightColor      = "systemAlternatePrimaryHighlightColor",
730 		systemAppleGuideCoachmark                 = "systemAppleGuideCoachmark",
731 		systemBevelActiveDark                     = "systemBevelActiveDark",
732 		systemBevelActiveLight                    = "systemBevelActiveLight",
733 		systemBevelButtonActiveText               = "systemBevelButtonActiveText",
734 		systemBevelButtonInactiveText             = "systemBevelButtonInactiveText",
735 		systemBevelButtonPressedText              = "systemBevelButtonPressedText",
736 		systemBevelButtonStickyActiveText         = "systemBevelButtonStickyActiveText",
737 		systemBevelButtonStickyInactiveText       = "systemBevelButtonStickyInactiveText",
738 		systemBevelInactiveDark                   = "systemBevelInactiveDark",
739 		systemBevelInactiveLight                  = "systemBevelInactiveLight",
740 		systemBlack                               = "systemBlack",
741 		systemBlackText                           = "systemBlackText",
742 		systemButtonActiveDarkHighlight           = "systemButtonActiveDarkHighlight",
743 		systemButtonActiveDarkShadow              = "systemButtonActiveDarkShadow",
744 		systemButtonActiveLightHighlight          = "systemButtonActiveLightHighlight",
745 		systemButtonActiveLightShadow             = "systemButtonActiveLightShadow",
746 		systemButtonFace                          = "systemButtonFace",
747 		systemButtonFaceActive                    = "systemButtonFaceActive",
748 		systemButtonFaceInactive                  = "systemButtonFaceInactive",
749 		systemButtonFacePressed                   = "systemButtonFacePressed",
750 		systemButtonFrame                         = "systemButtonFrame",
751 		systemButtonFrameActive                   = "systemButtonFrameActive",
752 		systemButtonFrameInactive                 = "systemButtonFrameInactive",
753 		systemButtonInactiveDarkHighlight         = "systemButtonInactiveDarkHighlight",
754 		systemButtonInactiveDarkShadow            = "systemButtonInactiveDarkShadow",
755 		systemButtonInactiveLightHighlight        = "systemButtonInactiveLightHighlight",
756 		systemButtonInactiveLightShadow           = "systemButtonInactiveLightShadow",
757 		systemButtonPressedDarkHighlight          = "systemButtonPressedDarkHighlight",
758 		systemButtonPressedDarkShadow             = "systemButtonPressedDarkShadow",
759 		systemButtonPressedLightHighlight         = "systemButtonPressedLightHighlight",
760 		systemButtonPressedLightShadow            = "systemButtonPressedLightShadow",
761 		systemButtonText                          = "systemButtonText",
762 		systemChasingArrows                       = "systemChasingArrows",
763 		systemDialogActiveText                    = "systemDialogActiveText",
764 		systemDialogBackgroundActive              = "systemDialogBackgroundActive",
765 		systemDialogBackgroundInactive            = "systemDialogBackgroundInactive",
766 		systemDialogInactiveText                  = "systemDialogInactiveText",
767 		systemDocumentWindowBackground            = "systemDocumentWindowBackground",
768 		systemDocumentWindowTitleActiveText       = "systemDocumentWindowTitleActiveText",
769 		systemDocumentWindowTitleInactiveText     = "systemDocumentWindowTitleInactiveText",
770 		systemDragHilite                          = "systemDragHilite",
771 		systemDrawerBackground                    = "systemDrawerBackground",
772 		systemFinderWindowBackground              = "systemFinderWindowBackground",
773 		systemFocusHighlight                      = "systemFocusHighlight",
774 		systemHighlight                           = "systemHighlight",
775 		systemHighlightAlternate                  = "systemHighlightAlternate",
776 		systemHighlightSecondary                  = "systemHighlightSecondary",
777 		systemHighlightText                       = "systemHighlightText",
778 		systemIconLabelBackground                 = "systemIconLabelBackground",
779 		systemIconLabelBackgroundSelected         = "systemIconLabelBackgroundSelected",
780 		systemIconLabelSelectedText               = "systemIconLabelSelectedText",
781 		systemIconLabelText                       = "systemIconLabelText",
782 		systemListViewBackground                  = "systemListViewBackground",
783 		systemListViewColumnDivider               = "systemListViewColumnDivider",
784 		systemListViewEvenRowBackground           = "systemListViewEvenRowBackground",
785 		systemListViewOddRowBackground            = "systemListViewOddRowBackground",
786 		systemListViewSeparator                   = "systemListViewSeparator",
787 		systemListViewSortColumnBackground        = "systemListViewSortColumnBackground",
788 		systemListViewText                        = "systemListViewText",
789 		systemListViewWindowHeaderBackground      = "systemListViewWindowHeaderBackground",
790 		systemMenu                                = "systemMenu",
791 		systemMenuActive                          = "systemMenuActive",
792 		systemMenuActiveText                      = "systemMenuActiveText",
793 		systemMenuBackground                      = "systemMenuBackground",
794 		systemMenuBackgroundSelected              = "systemMenuBackgroundSelected",
795 		systemMenuDisabled                        = "systemMenuDisabled",
796 		systemMenuItemActiveText                  = "systemMenuItemActiveText",
797 		systemMenuItemDisabledText                = "systemMenuItemDisabledText",
798 		systemMenuItemSelectedText                = "systemMenuItemSelectedText",
799 		systemMenuText                            = "systemMenuText",
800 		systemMetalBackground                     = "systemMetalBackground",
801 		systemModelessDialogActiveText            = "systemModelessDialogActiveText",
802 		systemModelessDialogBackgroundActive      = "systemModelessDialogBackgroundActive",
803 		systemModelessDialogBackgroundInactive    = "systemModelessDialogBackgroundInactive",
804 		systemModelessDialogInactiveText          = "systemModelessDialogInactiveText",
805 		systemMovableModalBackground              = "systemMovableModalBackground",
806 		systemMovableModalWindowTitleActiveText   = "systemMovableModalWindowTitleActiveText",
807 		systemMovableModalWindowTitleInactiveText = "systemMovableModalWindowTitleInactiveText",
808 		systemNotificationText                    = "systemNotificationText",
809 		systemNotificationWindowBackground        = "systemNotificationWindowBackground",
810 		systemPlacardActiveText                   = "systemPlacardActiveText",
811 		systemPlacardBackground                   = "systemPlacardBackground",
812 		systemPlacardInactiveText                 = "systemPlacardInactiveText",
813 		systemPlacardPressedText                  = "systemPlacardPressedText",
814 		systemPopupArrowActive                    = "systemPopupArrowActive",
815 		systemPopupArrowInactive                  = "systemPopupArrowInactive",
816 		systemPopupArrowPressed                   = "systemPopupArrowPressed",
817 		systemPopupButtonActiveText               = "systemPopupButtonActiveText",
818 		systemPopupButtonInactiveText             = "systemPopupButtonInactiveText",
819 		systemPopupButtonPressedText              = "systemPopupButtonPressedText",
820 		systemPopupLabelActiveText                = "systemPopupLabelActiveText",
821 		systemPopupLabelInactiveText              = "systemPopupLabelInactiveText",
822 		systemPopupWindowTitleActiveText          = "systemPopupWindowTitleActiveText",
823 		systemPopupWindowTitleInactiveText        = "systemPopupWindowTitleInactiveText",
824 		systemPrimaryHighlightColor               = "systemPrimaryHighlightColor",
825 		systemPushButtonActiveText                = "systemPushButtonActiveText",
826 		systemPushButtonInactiveText              = "systemPushButtonInactiveText",
827 		systemPushButtonPressedText               = "systemPushButtonPressedText",
828 		systemRootMenuActiveText                  = "systemRootMenuActiveText",
829 		systemRootMenuDisabledText                = "systemRootMenuDisabledText",
830 		systemRootMenuSelectedText                = "systemRootMenuSelectedText",
831 		systemScrollBarDelimiterActive            = "systemScrollBarDelimiterActive",
832 		systemScrollBarDelimiterInactive          = "systemScrollBarDelimiterInactive",
833 		systemSecondaryGroupBoxBackground         = "systemSecondaryGroupBoxBackground",
834 		systemSecondaryHighlightColor             = "systemSecondaryHighlightColor",
835 		systemSheetBackground                     = "systemSheetBackground",
836 		systemSheetBackgroundOpaque               = "systemSheetBackgroundOpaque",
837 		systemSheetBackgroundTransparent          = "systemSheetBackgroundTransparent",
838 		systemStaticAreaFill                      = "systemStaticAreaFill",
839 		systemSystemDetailText                    = "systemSystemDetailText",
840 		systemTabFrontActiveText                  = "systemTabFrontActiveText",
841 		systemTabFrontInactiveText                = "systemTabFrontInactiveText",
842 		systemTabNonFrontActiveText               = "systemTabNonFrontActiveText",
843 		systemTabNonFrontInactiveText             = "systemTabNonFrontInactiveText",
844 		systemTabNonFrontPressedText              = "systemTabNonFrontPressedText",
845 		systemTabPaneBackground                   = "systemTabPaneBackground",
846 		systemToolbarBackground                   = "systemToolbarBackground",
847 		systemTransparent                         = "systemTransparent",
848 		systemUtilityWindowBackgroundActive       = "systemUtilityWindowBackgroundActive",
849 		systemUtilityWindowBackgroundInactive     = "systemUtilityWindowBackgroundInactive",
850 		systemUtilityWindowTitleActiveText        = "systemUtilityWindowTitleActiveText",
851 		systemUtilityWindowTitleInactiveText      = "systemUtilityWindowTitleInactiveText",
852 		systemWhite                               = "systemWhite",
853 		systemWhiteText                           = "systemWhiteText",
854 		systemWindowBody                          = "systemWindowBody",
855 		systemWindowHeaderActiveText              = "systemWindowHeaderActiveText",
856 		systemWindowHeaderBackground              = "systemWindowHeaderBackground",
857 		systemWindowHeaderInactiveText            = "systemWindowHeaderInactiveText",
858 	}
859 }