]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/nls/colors.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dojo / nls / colors.js.uncompressed.js
1 define("dojo/nls/colors", { root:
2 //begin v1.x content
3 ({
4 // local representation of all CSS3 named colors, companion to dojo.colors. To be used where descriptive information
5 // is required for each color, such as a palette widget, and not for specifying color programatically.
6
7 //Note: due to the SVG 1.0 spec additions, some of these are alternate spellings for the same color (e.g. gray / grey).
8 //TODO: should we be using unique rgb values as keys instead and avoid these duplicates, or rely on the caller to do the reverse mapping?
9 aliceblue: "alice blue",
10 antiquewhite: "antique white",
11 aqua: "aqua",
12 aquamarine: "aquamarine",
13 azure: "azure",
14 beige: "beige",
15 bisque: "bisque",
16 black: "black",
17 blanchedalmond: "blanched almond",
18 blue: "blue",
19 blueviolet: "blue-violet",
20 brown: "brown",
21 burlywood: "burlywood",
22 cadetblue: "cadet blue",
23 chartreuse: "chartreuse",
24 chocolate: "chocolate",
25 coral: "coral",
26 cornflowerblue: "cornflower blue",
27 cornsilk: "cornsilk",
28 crimson: "crimson",
29 cyan: "cyan",
30 darkblue: "dark blue",
31 darkcyan: "dark cyan",
32 darkgoldenrod: "dark goldenrod",
33 darkgray: "dark gray",
34 darkgreen: "dark green",
35 darkgrey: "dark gray", // same as darkgray
36 darkkhaki: "dark khaki",
37 darkmagenta: "dark magenta",
38 darkolivegreen: "dark olive green",
39 darkorange: "dark orange",
40 darkorchid: "dark orchid",
41 darkred: "dark red",
42 darksalmon: "dark salmon",
43 darkseagreen: "dark sea green",
44 darkslateblue: "dark slate blue",
45 darkslategray: "dark slate gray",
46 darkslategrey: "dark slate gray", // same as darkslategray
47 darkturquoise: "dark turquoise",
48 darkviolet: "dark violet",
49 deeppink: "deep pink",
50 deepskyblue: "deep sky blue",
51 dimgray: "dim gray",
52 dimgrey: "dim gray", // same as dimgray
53 dodgerblue: "dodger blue",
54 firebrick: "fire brick",
55 floralwhite: "floral white",
56 forestgreen: "forest green",
57 fuchsia: "fuchsia",
58 gainsboro: "gainsboro",
59 ghostwhite: "ghost white",
60 gold: "gold",
61 goldenrod: "goldenrod",
62 gray: "gray",
63 green: "green",
64 greenyellow: "green-yellow",
65 grey: "gray", // same as gray
66 honeydew: "honeydew",
67 hotpink: "hot pink",
68 indianred: "indian red",
69 indigo: "indigo",
70 ivory: "ivory",
71 khaki: "khaki",
72 lavender: "lavender",
73 lavenderblush: "lavender blush",
74 lawngreen: "lawn green",
75 lemonchiffon: "lemon chiffon",
76 lightblue: "light blue",
77 lightcoral: "light coral",
78 lightcyan: "light cyan",
79 lightgoldenrodyellow: "light goldenrod yellow",
80 lightgray: "light gray",
81 lightgreen: "light green",
82 lightgrey: "light gray", // same as lightgray
83 lightpink: "light pink",
84 lightsalmon: "light salmon",
85 lightseagreen: "light sea green",
86 lightskyblue: "light sky blue",
87 lightslategray: "light slate gray",
88 lightslategrey: "light slate gray", // same as lightslategray
89 lightsteelblue: "light steel blue",
90 lightyellow: "light yellow",
91 lime: "lime",
92 limegreen: "lime green",
93 linen: "linen",
94 magenta: "magenta",
95 maroon: "maroon",
96 mediumaquamarine: "medium aquamarine",
97 mediumblue: "medium blue",
98 mediumorchid: "medium orchid",
99 mediumpurple: "medium purple",
100 mediumseagreen: "medium sea green",
101 mediumslateblue: "medium slate blue",
102 mediumspringgreen: "medium spring green",
103 mediumturquoise: "medium turquoise",
104 mediumvioletred: "medium violet-red",
105 midnightblue: "midnight blue",
106 mintcream: "mint cream",
107 mistyrose: "misty rose",
108 moccasin: "moccasin",
109 navajowhite: "navajo white",
110 navy: "navy",
111 oldlace: "old lace",
112 olive: "olive",
113 olivedrab: "olive drab",
114 orange: "orange",
115 orangered: "orange red",
116 orchid: "orchid",
117 palegoldenrod: "pale goldenrod",
118 palegreen: "pale green",
119 paleturquoise: "pale turquoise",
120 palevioletred: "pale violet-red",
121 papayawhip: "papaya whip",
122 peachpuff: "peach puff",
123 peru: "peru",
124 pink: "pink",
125 plum: "plum",
126 powderblue: "powder blue",
127 purple: "purple",
128 red: "red",
129 rosybrown: "rosy brown",
130 royalblue: "royal blue",
131 saddlebrown: "saddle brown",
132 salmon: "salmon",
133 sandybrown: "sandy brown",
134 seagreen: "sea green",
135 seashell: "seashell",
136 sienna: "sienna",
137 silver: "silver",
138 skyblue: "sky blue",
139 slateblue: "slate blue",
140 slategray: "slate gray",
141 slategrey: "slate gray", // same as slategray
142 snow: "snow",
143 springgreen: "spring green",
144 steelblue: "steel blue",
145 tan: "tan",
146 teal: "teal",
147 thistle: "thistle",
148 tomato: "tomato",
149 transparent: "transparent",
150 turquoise: "turquoise",
151 violet: "violet",
152 wheat: "wheat",
153 white: "white",
154 whitesmoke: "white smoke",
155 yellow: "yellow",
156 yellowgreen: "yellow green"
157 })
158 //end v1.x content
159 ,
160 "zh": true,
161 "zh-tw": true,
162 "tr": true,
163 "th": true,
164 "sv": true,
165 "sl": true,
166 "sk": true,
167 "ru": true,
168 "ro": true,
169 "pt": true,
170 "pt-pt": true,
171 "pl": true,
172 "nl": true,
173 "nb": true,
174 "ko": true,
175 "kk": true,
176 "ja": true,
177 "it": true,
178 "hu": true,
179 "hr": true,
180 "he": true,
181 "fr": true,
182 "fi": true,
183 "es": true,
184 "el": true,
185 "de": true,
186 "da": true,
187 "cs": true,
188 "ca": true,
189 "az": true,
190 "ar": true
191 });