-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLabelColors_HTML.lua
More file actions
61 lines (58 loc) · 4.76 KB
/
LabelColors_HTML.lua
File metadata and controls
61 lines (58 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
local plugin_table = select(3, ...)
if type(plugin_table) ~= "table" then
plugin_table = {}
end
local HTML_COLORS = {
{n="AliceBlue",r=240,g=248,b=255},{n="AntiqueWhite",r=250,g=235,b=215},
{n="Aquamarine",r=127,g=255,b=212},{n="Azure",r=240,g=255,b=255},{n="Beige",r=245,g=245,b=220},
{n="Bisque",r=255,g=228,b=196},{n="Black",r=0,g=0,b=0},{n="BlanchedAlmond",r=255,g=235,b=205},
{n="Blue",r=0,g=0,b=255},{n="BlueViolet",r=138,g=43,b=226},{n="Brown",r=165,g=42,b=42},
{n="BurlyWood",r=222,g=184,b=135},{n="CadetBlue",r=95,g=158,b=160},{n="Chartreuse",r=127,g=255,b=0},
{n="Chocolate",r=210,g=105,b=30},{n="Coral",r=255,g=127,b=80},{n="CornflowerBlue",r=100,g=149,b=237},
{n="Cornsilk",r=255,g=248,b=220},{n="Crimson",r=220,g=20,b=60},{n="Cyan",r=0,g=255,b=255},
{n="DarkBlue",r=0,g=0,b=139},{n="DarkCyan",r=0,g=139,b=139},{n="DarkGoldenRod",r=184,g=134,b=11},
{n="DarkGrey",r=169,g=169,b=169},{n="DarkGreen",r=0,g=100,b=0},
{n="DarkKhaki",r=189,g=183,b=107},{n="DarkMagenta",r=139,g=0,b=139},{n="DarkOliveGreen",r=85,g=107,b=47},
{n="DarkOrange",r=255,g=140,b=0},{n="DarkOrchid",r=153,g=50,b=204},{n="DarkRed",r=139,g=0,b=0},
{n="DarkSalmon",r=233,g=150,b=122},{n="DarkSeaGreen",r=143,g=188,b=143},{n="DarkSlateBlue",r=72,g=61,b=139},
{n="DarkSlateGrey",r=47,g=79,b=79},{n="DarkTurquoise",r=0,g=206,b=209},
{n="DarkViolet",r=148,g=0,b=211},{n="DeepPink",r=255,g=20,b=147},{n="DeepSkyBlue",r=0,g=191,b=255},
{n="DimGrey",r=105,g=105,b=105},{n="DodgerBlue",r=30,g=144,b=255},
{n="FireBrick",r=178,g=34,b=34},{n="FloralWhite",r=255,g=250,b=240},{n="ForestGreen",r=34,g=139,b=34},
{n="Magenta",r=255,g=0,b=255},{n="Gainsboro",r=220,g=220,b=220},{n="GhostWhite",r=248,g=248,b=255},
{n="Gold",r=255,g=215,b=0},{n="GoldenRod",r=218,g=165,b=32},
{n="Grey",r=128,g=128,b=128},{n="Green",r=0,g=128,b=0},{n="GreenYellow",r=173,g=255,b=47},
{n="HoneyDew",r=240,g=255,b=240},{n="HotPink",r=255,g=105,b=180},{n="IndianRed",r=205,g=92,b=92},
{n="Indigo",r=75,g=0,b=130},{n="Ivory",r=255,g=255,b=240},{n="Khaki",r=240,g=230,b=140},
{n="Lavender",r=230,g=230,b=250},{n="LavenderBlush",r=255,g=240,b=245},{n="LawnGreen",r=124,g=252,b=0},
{n="LemonChiffon",r=255,g=250,b=205},{n="LightBlue",r=173,g=216,b=230},{n="LightCoral",r=240,g=128,b=128},
{n="LightCyan",r=224,g=255,b=255},{n="LightGoldenRodYellow",r=250,g=250,b=210},
{n="LightGrey",r=211,g=211,b=211},{n="LightGreen",r=144,g=238,b=144},{n="LightPink",r=255,g=182,b=193},
{n="LightSalmon",r=255,g=160,b=122},{n="LightSeaGreen",r=32,g=178,b=170},{n="LightSkyBlue",r=135,g=206,b=250},
{n="LightSlateGrey",r=119,g=136,b=153},{n="LightSteelBlue",r=176,g=196,b=222},
{n="LightYellow",r=255,g=255,b=224},{n="Lime",r=0,g=255,b=0},{n="LimeGreen",r=50,g=205,b=50},
{n="Linen",r=250,g=240,b=230},{n="Maroon",r=128,g=0,b=0},
{n="MediumAquaMarine",r=102,g=205,b=170},{n="MediumBlue",r=0,g=0,b=205},{n="MediumOrchid",r=186,g=85,b=211},
{n="MediumPurple",r=147,g=112,b=219},{n="MediumSeaGreen",r=60,g=179,b=113},{n="MediumSlateBlue",r=123,g=104,b=238},
{n="MediumSpringGreen",r=0,g=250,b=154},{n="MediumTurquoise",r=72,g=209,b=204},{n="MediumVioletRed",r=199,g=21,b=133},
{n="MidnightBlue",r=25,g=25,b=112},{n="MintCream",r=245,g=255,b=250},{n="MistyRose",r=255,g=228,b=225},
{n="Moccasin",r=255,g=228,b=181},{n="NavajoWhite",r=255,g=222,b=173},{n="Navy",r=0,g=0,b=128},
{n="OldLace",r=253,g=245,b=230},{n="Olive",r=128,g=128,b=0},{n="OliveDrab",r=107,g=142,b=35},
{n="Orange",r=255,g=165,b=0},{n="OrangeRed",r=255,g=69,b=0},{n="Orchid",r=218,g=112,b=214},
{n="PaleGoldenRod",r=238,g=232,b=170},{n="PaleGreen",r=152,g=251,b=152},{n="PaleTurquoise",r=175,g=238,b=238},
{n="PaleVioletRed",r=219,g=112,b=147},{n="PapayaWhip",r=255,g=239,b=213},{n="PeachPuff",r=255,g=218,b=185},
{n="Peru",r=205,g=133,b=63},{n="Pink",r=255,g=192,b=203},{n="Plum",r=221,g=160,b=221},
{n="PowderBlue",r=176,g=224,b=230},{n="Purple",r=128,g=0,b=128},{n="RebeccaPurple",r=102,g=51,b=153},
{n="Red",r=255,g=0,b=0},{n="RosyBrown",r=188,g=143,b=143},{n="RoyalBlue",r=65,g=105,b=225},
{n="SaddleBrown",r=139,g=69,b=19},{n="Salmon",r=250,g=128,b=114},{n="SandyBrown",r=244,g=164,b=96},
{n="SeaGreen",r=46,g=139,b=87},{n="SeaShell",r=255,g=245,b=238},{n="Sienna",r=160,g=82,b=45},
{n="Silver",r=192,g=192,b=192},{n="SkyBlue",r=135,g=206,b=235},{n="SlateBlue",r=106,g=90,b=205},
{n="SlateGrey",r=112,g=128,b=144},{n="Snow",r=255,g=250,b=250},
{n="SpringGreen",r=0,g=255,b=127},{n="SteelBlue",r=70,g=130,b=180},{n="Tan",r=210,g=180,b=140},
{n="Teal",r=0,g=128,b=128},{n="Thistle",r=216,g=191,b=216},{n="Tomato",r=255,g=99,b=71},
{n="Turquoise",r=64,g=224,b=208},{n="Violet",r=238,g=130,b=238},{n="Wheat",r=245,g=222,b=179},
{n="White",r=255,g=255,b=255},{n="WhiteSmoke",r=245,g=245,b=245},{n="Yellow",r=255,g=255,b=0},
{n="YellowGreen",r=154,g=205,b=50}
}
plugin_table.LabelColors_HTML = HTML_COLORS
return function() end