Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/chroma-js/src/colors/w3cx11.coffee')
-rw-r--r--node_modules/chroma-js/src/colors/w3cx11.coffee156
1 files changed, 156 insertions, 0 deletions
diff --git a/node_modules/chroma-js/src/colors/w3cx11.coffee b/node_modules/chroma-js/src/colors/w3cx11.coffee
new file mode 100644
index 0000000000..ff03a5cc3c
--- /dev/null
+++ b/node_modules/chroma-js/src/colors/w3cx11.coffee
@@ -0,0 +1,156 @@
+###*
+ X11 color names
+
+ http://www.w3.org/TR/css3-color/#svg-color
+###
+
+
+chroma.colors = colors =
+ indigo: "#4b0082"
+ gold: "#ffd700"
+ hotpink: "#ff69b4"
+ firebrick: "#b22222"
+ indianred: "#cd5c5c"
+ yellow: "#ffff00"
+ mistyrose: "#ffe4e1"
+ darkolivegreen: "#556b2f"
+ olive: "#808000"
+ darkseagreen: "#8fbc8f"
+ pink: "#ffc0cb"
+ tomato: "#ff6347"
+ lightcoral: "#f08080"
+ orangered: "#ff4500"
+ navajowhite: "#ffdead"
+ lime: "#00ff00"
+ palegreen: "#98fb98"
+ darkslategrey: "#2f4f4f"
+ greenyellow: "#adff2f"
+ burlywood: "#deb887"
+ seashell: "#fff5ee"
+ mediumspringgreen: "#00fa9a"
+ fuchsia: "#ff00ff"
+ papayawhip: "#ffefd5"
+ blanchedalmond: "#ffebcd"
+ chartreuse: "#7fff00"
+ dimgray: "#696969"
+ black: "#000000"
+ peachpuff: "#ffdab9"
+ springgreen: "#00ff7f"
+ aquamarine: "#7fffd4"
+ white: "#ffffff"
+ orange: "#ffa500"
+ lightsalmon: "#ffa07a"
+ darkslategray: "#2f4f4f"
+ brown: "#a52a2a"
+ ivory: "#fffff0"
+ dodgerblue: "#1e90ff"
+ peru: "#cd853f"
+ lawngreen: "#7cfc00"
+ chocolate: "#d2691e"
+ crimson: "#dc143c"
+ forestgreen: "#228b22"
+ darkgrey: "#a9a9a9"
+ lightseagreen: "#20b2aa"
+ cyan: "#00ffff"
+ mintcream: "#f5fffa"
+ silver: "#c0c0c0"
+ antiquewhite: "#faebd7"
+ mediumorchid: "#ba55d3"
+ skyblue: "#87ceeb"
+ gray: "#808080"
+ darkturquoise: "#00ced1"
+ goldenrod: "#daa520"
+ darkgreen: "#006400"
+ floralwhite: "#fffaf0"
+ darkviolet: "#9400d3"
+ darkgray: "#a9a9a9"
+ moccasin: "#ffe4b5"
+ saddlebrown: "#8b4513"
+ grey: "#808080"
+ darkslateblue: "#483d8b"
+ lightskyblue: "#87cefa"
+ lightpink: "#ffb6c1"
+ mediumvioletred: "#c71585"
+ slategrey: "#708090"
+ red: "#ff0000"
+ deeppink: "#ff1493"
+ limegreen: "#32cd32"
+ darkmagenta: "#8b008b"
+ palegoldenrod: "#eee8aa"
+ plum: "#dda0dd"
+ turquoise: "#40e0d0"
+ lightgrey: "#d3d3d3"
+ lightgoldenrodyellow: "#fafad2"
+ darkgoldenrod: "#b8860b"
+ lavender: "#e6e6fa"
+ maroon: "#800000"
+ yellowgreen: "#9acd32"
+ sandybrown: "#f4a460"
+ thistle: "#d8bfd8"
+ violet: "#ee82ee"
+ navy: "#000080"
+ magenta: "#ff00ff"
+ dimgrey: "#696969"
+ tan: "#d2b48c"
+ rosybrown: "#bc8f8f"
+ olivedrab: "#6b8e23"
+ blue: "#0000ff"
+ lightblue: "#add8e6"
+ ghostwhite: "#f8f8ff"
+ honeydew: "#f0fff0"
+ cornflowerblue: "#6495ed"
+ slateblue: "#6a5acd"
+ linen: "#faf0e6"
+ darkblue: "#00008b"
+ powderblue: "#b0e0e6"
+ seagreen: "#2e8b57"
+ darkkhaki: "#bdb76b"
+ snow: "#fffafa"
+ sienna: "#a0522d"
+ mediumblue: "#0000cd"
+ royalblue: "#4169e1"
+ lightcyan: "#e0ffff"
+ green: "#008000"
+ mediumpurple: "#9370db"
+ midnightblue: "#191970"
+ cornsilk: "#fff8dc"
+ paleturquoise: "#afeeee"
+ bisque: "#ffe4c4"
+ slategray: "#708090"
+ darkcyan: "#008b8b"
+ khaki: "#f0e68c"
+ wheat: "#f5deb3"
+ teal: "#008080"
+ darkorchid: "#9932cc"
+ deepskyblue: "#00bfff"
+ salmon: "#fa8072"
+ darkred: "#8b0000"
+ steelblue: "#4682b4"
+ palevioletred: "#db7093"
+ lightslategray: "#778899"
+ aliceblue: "#f0f8ff"
+ lightslategrey: "#778899"
+ lightgreen: "#90ee90"
+ orchid: "#da70d6"
+ gainsboro: "#dcdcdc"
+ mediumseagreen: "#3cb371"
+ lightgray: "#d3d3d3"
+ mediumturquoise: "#48d1cc"
+ lemonchiffon: "#fffacd"
+ cadetblue: "#5f9ea0"
+ lightyellow: "#ffffe0"
+ lavenderblush: "#fff0f5"
+ coral: "#ff7f50"
+ purple: "#800080"
+ aqua: "#00ffff"
+ whitesmoke: "#f5f5f5"
+ mediumslateblue: "#7b68ee"
+ darkorange: "#ff8c00"
+ mediumaquamarine: "#66cdaa"
+ darksalmon: "#e9967a"
+ beige: "#f5f5dc"
+ blueviolet: "#8a2be2"
+ azure: "#f0ffff"
+ lightsteelblue: "#b0c4de"
+ oldlace: "#fdf5e6"
+