forked from dhobsd/asciitosvg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.php
157 lines (146 loc) · 4.95 KB
/
colors.php
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?php
$A2S_colors = array(
"indian red" => "#cd5c5c",
"light coral" => "#f08080",
"salmon" => "#fa8072",
"dark salmon" => "#e9967a",
"light salmon" => "#ffa07a",
"crimson" => "#dc143c",
"red" => "#ff0000",
"fire brick" => "#b22222",
"dark red" => "#8b0000",
"pink" => "#ffc0cb",
"light pink" => "#ffb6c1",
"hot pink" => "#ff69b4",
"deep pink" => "#ff1493",
"medium violet red" => "#c71585",
"pale violet red" => "#db7093",
"light salmon" => "#ffa07a",
"coral" => "#ff7f50",
"tomato" => "#ff6347",
"orange red" => "#ff4500",
"dark orange" => "#ff8c00",
"orange" => "#ffa500",
"gold" => "#ffd700",
"yellow" => "#ffff00",
"light yellow" => "#ffffe0",
"lemon chiffon" => "#fffacd",
"light goldenrod yellow" => "#fafad2",
"papaya whip" => "#ffefd5",
"moccasin" => "#ffe4b5",
"peach puff" => "#ffdab9",
"pale goldenrod" => "#eee8aa",
"khaki" => "#f0e68c",
"dark khaki" => "#bdb76b",
"lavender" => "#e6e6fa",
"thistle" => "#d8bfd8",
"plum" => "#dda0dd",
"violet" => "#ee82ee",
"orchid" => "#da70d6",
"fuchsia" => "#ff00ff",
"magenta" => "#ff00ff",
"medium orchid" => "#ba55d3",
"medium purple" => "#9370db",
"blue violet" => "#8a2be2",
"dark violet" => "#9400d3",
"dark orchid" => "#9932cc",
"dark magenta" => "#8b008b",
"purple" => "#800080",
"indigo" => "#4b0082",
"slate blue" => "#6a5acd",
"dark slate blue" => "#483d8b",
"green yellow" => "#adff2f",
"chartreuse" => "#7fff00",
"lawn green" => "#7cfc00",
"lime" => "#00ff00",
"lime green" => "#32cd32",
"pale green" => "#98fb98",
"light green" => "#90ee90",
"medium spring green" => "#00fa9a",
"spring green" => "#00ff7f",
"medium sea green" => "#3cb371",
"sea green" => "#2e8b57",
"forest green" => "#228b22",
"green" => "#008000",
"dark green" => "#006400",
"yellow green" => "#9acd32",
"olive drab" => "#6b8e23",
"olive" => "#808000",
"dark olive green" => "#556b2f",
"medium aquamarine" => "#66cdaa",
"dark sea green" => "#8fbc8f",
"light sea green" => "#20b2aa",
"dark cyan" => "#008b8b",
"teal" => "#008080",
"aqua" => "#00ffff",
"cyan" => "#00ffff",
"light cyan" => "#e0ffff",
"pale turquoise" => "#afeeee",
"aquamarine" => "#7fffd4",
"turquoise" => "#40e0d0",
"medium turquoise" => "#48d1cc",
"dark turquoise" => "#00ced1",
"cadet blue" => "#5f9ea0",
"steel blue" => "#4682b4",
"light steel blue" => "#b0c4de",
"powder blue" => "#b0e0e6",
"light blue" => "#add8e6",
"sky blue" => "#87ceeb",
"light sky blue" => "#87cefa",
"deep sky blue" => "#00bfff",
"dodger blue" => "#1e90ff",
"cornflower blue" => "#6495ed",
"medium slate blue" => "#7b68ee",
"royal blue" => "#4169e1",
"blue" => "#0000ff",
"medium blue" => "#0000cd",
"dark blue" => "#00008b",
"navy" => "#000080",
"midnight blue" => "#191970",
"cornsilk" => "#fff8dc",
"blanched almond" => "#ffebcd",
"bisque" => "#ffe4c4",
"navajo white" => "#ffdead",
"wheat" => "#f5deb3",
"burly wood" => "#deb887",
"tan" => "#d2b48c",
"rosy brown" => "#bc8f8f",
"sandy brown" => "#f4a460",
"goldenrod" => "#daa520",
"dark goldenrod" => "#b8860b",
"peru" => "#cd853f",
"chocolate" => "#d2691e",
"saddle brown" => "#8b4513",
"sienna" => "#a0522d",
"brown" => "#a52a2a",
"maroon" => "#800000",
"white" => "#ffffff",
"snow" => "#fffafa",
"honeydew" => "#f0fff0",
"mint cream" => "#f5fffa",
"azure" => "#f0ffff",
"alice blue" => "#f0f8ff",
"ghost white" => "#f8f8ff",
"white smoke" => "#f5f5f5",
"seashell" => "#fff5ee",
"beige" => "#f5f5dc",
"old lace" => "#fdf5e6",
"floral white" => "#fffaf0",
"ivory" => "#fffff0",
"antique white" => "#faebd7",
"linen" => "#faf0e6",
"lavender blush" => "#fff0f5",
"misty rose" => "#ffe4e1",
"gainsboro" => "#dcdcdc",
"light grey" => "#d3d3d3",
"silver" => "#c0c0c0",
"dark gray" => "#a9a9a9",
"gray" => "#808080",
"dim gray" => "#696969",
"light slate gray" => "#778899",
"slate gray" => "#708090",
"dark slate gray" => "#2f4f4f",
"black" => "#000000"
);
/* vim:ts=2:sw=2:et:
* * */