colors.js 4.6 KB

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