color-maps 0.1.0

Defines X and HTML color maps
Documentation
use std::collections::HashMap;

lazy_static! {
    pub static ref HTML_MAP: HashMap<&'static str, (u8, u8, u8)> = {
        let mut hmap = HashMap::new();
        hmap.insert("IndianRed", (205, 92, 92));
        hmap.insert("LightCoral", (240, 128, 128));
        hmap.insert("Salmon", (250, 128, 114));
        hmap.insert("DarkSalmon", (233, 150, 122));
        hmap.insert("LightSalmon", (255, 160, 122));
        hmap.insert("Crimson", (220, 20, 60));
        hmap.insert("Red", (255, 0, 0));
        hmap.insert("FireBrick", (178, 34, 34));
        hmap.insert("DarkRed", (139, 0, 0));
        hmap.insert("Pink", (255, 192, 203));
        hmap.insert("LightPink", (255, 182, 193));
        hmap.insert("HotPink", (255, 105, 180));
        hmap.insert("DeepPink", (255, 20, 147));
        hmap.insert("MediumVioletRed", (199, 21, 133));
        hmap.insert("PaleVioletRed", (219, 112, 147));
        hmap.insert("LightSalmon", (255, 160, 122));
        hmap.insert("Coral", (255, 127, 80));
        hmap.insert("Tomato", (255, 99, 71));
        hmap.insert("OrangeRed", (255, 69, 0));
        hmap.insert("DarkOrange", (255, 140, 0));
        hmap.insert("Orange", (255, 165, 0));
        hmap.insert("Gold", (255, 215, 0));
        hmap.insert("Yellow", (255, 255, 0));
        hmap.insert("LightYellow", (255, 255, 224));
        hmap.insert("LemonChiffon", (255, 250, 205));
        hmap.insert("LightGoldenrodYellow", (250, 250, 210));
        hmap.insert("PapayaWhip", (255, 239, 213));
        hmap.insert("Moccasin", (255, 228, 181));
        hmap.insert("PeachPuff", (255, 218, 185));
        hmap.insert("PaleGoldenrod", (238, 232, 170));
        hmap.insert("Khaki", (240, 230, 140));
        hmap.insert("DarkKhaki", (189, 183, 107));
        hmap.insert("Lavender", (230, 230, 250));
        hmap.insert("Thistle", (216, 191, 216));
        hmap.insert("Plum", (221, 160, 221));
        hmap.insert("Violet", (238, 130, 238));
        hmap.insert("Orchid", (218, 112, 214));
        hmap.insert("Fuchsia", (255, 0, 255));
        hmap.insert("Magenta", (255, 0, 255));
        hmap.insert("MediumOrchid", (186, 85, 211));
        hmap.insert("MediumPurple", (147, 112, 219));
        hmap.insert("RebeccaPurple", (102, 51, 153));
        hmap.insert("BlueViolet", (138, 43, 226));
        hmap.insert("DarkViolet", (148, 0, 211));
        hmap.insert("DarkOrchid", (153, 50, 204));
        hmap.insert("DarkMagenta", (139, 0, 139));
        hmap.insert("Purple", (128, 0, 128));
        hmap.insert("Indigo", (75, 0, 130));
        hmap.insert("SlateBlue", (106, 90, 205));
        hmap.insert("DarkSlateBlue", (72, 61, 139));
        hmap.insert("MediumSlateBlue", (123, 104, 238));
        hmap.insert("GreenYellow", (173, 255, 47));
        hmap.insert("Chartreuse", (127, 255, 0));
        hmap.insert("LawnGreen", (124, 252, 0));
        hmap.insert("Lime", (0, 255, 0));
        hmap.insert("LimeGreen", (50, 205, 50));
        hmap.insert("PaleGreen", (152, 251, 152));
        hmap.insert("LightGreen", (144, 238, 144));
        hmap.insert("MediumSpringGreen", (0, 250, 154));
        hmap.insert("SpringGreen", (0, 255, 127));
        hmap.insert("MediumSeaGreen", (60, 179, 113));
        hmap.insert("SeaGreen", (46, 139, 87));
        hmap.insert("ForestGreen", (34, 139, 34));
        hmap.insert("Green", (0, 128, 0));
        hmap.insert("DarkGreen", (0, 100, 0));
        hmap.insert("YellowGreen", (154, 205, 50));
        hmap.insert("OliveDrab", (107, 142, 35));
        hmap.insert("Olive", (128, 128, 0));
        hmap.insert("DarkOliveGreen", (85, 107, 47));
        hmap.insert("MediumAquamarine", (102, 205, 170));
        hmap.insert("DarkSeaGreen", (143, 188, 139));
        hmap.insert("LightSeaGreen", (32, 178, 170));
        hmap.insert("DarkCyan", (0, 139, 139));
        hmap.insert("Teal", (0, 128, 128));
        hmap.insert("Aqua", (0, 255, 255));
        hmap.insert("Cyan", (0, 255, 255));
        hmap.insert("LightCyan", (224, 255, 255));
        hmap.insert("PaleTurquoise", (175, 238, 238));
        hmap.insert("Aquamarine", (127, 255, 212));
        hmap.insert("Turquoise", (64, 224, 208));
        hmap.insert("MediumTurquoise", (72, 209, 204));
        hmap.insert("DarkTurquoise", (0, 206, 209));
        hmap.insert("CadetBlue", (95, 158, 160));
        hmap.insert("SteelBlue", (70, 130, 180));
        hmap.insert("LightSteelBlue", (176, 196, 222));
        hmap.insert("PowderBlue", (176, 224, 230));
        hmap.insert("LightBlue", (173, 216, 230));
        hmap.insert("SkyBlue", (135, 206, 235));
        hmap.insert("LightSkyBlue", (135, 206, 250));
        hmap.insert("DeepSkyBlue", (0, 191, 255));
        hmap.insert("DodgerBlue", (30, 144, 255));
        hmap.insert("CornflowerBlue", (100, 149, 237));
        hmap.insert("MediumSlateBlue", (123, 104, 238));
        hmap.insert("RoyalBlue", (65, 105, 225));
        hmap.insert("Blue", (0, 0, 255));
        hmap.insert("MediumBlue", (0, 0, 205));
        hmap.insert("DarkBlue", (0, 0, 139));
        hmap.insert("Navy", (0, 0, 128));
        hmap.insert("MidnightBlue", (25, 25, 112));
        hmap.insert("Cornsilk", (255, 248, 220));
        hmap.insert("BlanchedAlmond", (255, 235, 205));
        hmap.insert("Bisque", (255, 228, 196));
        hmap.insert("NavajoWhite", (255, 222, 173));
        hmap.insert("Wheat", (245, 222, 179));
        hmap.insert("BurlyWood", (222, 184, 135));
        hmap.insert("Tan", (210, 180, 140));
        hmap.insert("RosyBrown", (188, 143, 143));
        hmap.insert("SandyBrown", (244, 164, 96));
        hmap.insert("Goldenrod", (218, 165, 32));
        hmap.insert("DarkGoldenrod", (184, 134, 11));
        hmap.insert("Peru", (205, 133, 63));
        hmap.insert("Chocolate", (210, 105, 30));
        hmap.insert("SaddleBrown", (139, 69, 19));
        hmap.insert("Sienna", (160, 82, 45));
        hmap.insert("Brown", (165, 42, 42));
        hmap.insert("Maroon", (128, 0, 0));
        hmap.insert("White", (255, 255, 255));
        hmap.insert("Snow", (255, 250, 250));
        hmap.insert("HoneyDew", (240, 255, 240));
        hmap.insert("MintCream", (245, 255, 250));
        hmap.insert("Azure", (240, 255, 255));
        hmap.insert("AliceBlue", (240, 248, 255));
        hmap.insert("GhostWhite", (248, 248, 255));
        hmap.insert("WhiteSmoke", (245, 245, 245));
        hmap.insert("SeaShell", (255, 245, 238));
        hmap.insert("Beige", (245, 245, 220));
        hmap.insert("OldLace", (253, 245, 230));
        hmap.insert("FloralWhite", (255, 250, 240));
        hmap.insert("Ivory", (255, 255, 240));
        hmap.insert("AntiqueWhite", (250, 235, 215));
        hmap.insert("Linen", (250, 240, 230));
        hmap.insert("LavenderBlush", (255, 240, 245));
        hmap.insert("MistyRose", (255, 228, 225));
        hmap.insert("Gainsboro", (220, 220, 220));
        hmap.insert("LightGray", (211, 211, 211));
        hmap.insert("Silver", (192, 192, 192));
        hmap.insert("DarkGray", (169, 169, 169));
        hmap.insert("Gray", (128, 128, 128));
        hmap.insert("DimGray", (105, 105, 105));
        hmap.insert("LightSlateGray", (119, 136, 153));
        hmap.insert("SlateGray", (112, 128, 144));
        hmap.insert("DarkSlateGray", (47, 79, 79));
        hmap.insert("Black", (0, 0, 0));
        hmap
    };
}