minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @types / color-name / index.d.ts
1 // Type definitions for color-name 1.1
2 // Project: https://github.com/colorjs/color-name
3 // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
4 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6 /**
7  * Tuple of Red, Green, and Blue
8  * @example
9  * // Red = 55, Green = 70, Blue = 0
10  * const rgb: RGB = [55, 70, 0];
11  */
12 export type RGB = [number, number, number];
13
14 export const aliceblue: RGB;
15 export const antiquewhite: RGB;
16 export const aqua: RGB;
17 export const aquamarine: RGB;
18 export const azure: RGB;
19 export const beige: RGB;
20 export const bisque: RGB;
21 export const black: RGB;
22 export const blanchedalmond: RGB;
23 export const blue: RGB;
24 export const blueviolet: RGB;
25 export const brown: RGB;
26 export const burlywood: RGB;
27 export const cadetblue: RGB;
28 export const chartreuse: RGB;
29 export const chocolate: RGB;
30 export const coral: RGB;
31 export const cornflowerblue: RGB;
32 export const cornsilk: RGB;
33 export const crimson: RGB;
34 export const cyan: RGB;
35 export const darkblue: RGB;
36 export const darkcyan: RGB;
37 export const darkgoldenrod: RGB;
38 export const darkgray: RGB;
39 export const darkgreen: RGB;
40 export const darkgrey: RGB;
41 export const darkkhaki: RGB;
42 export const darkmagenta: RGB;
43 export const darkolivegreen: RGB;
44 export const darkorange: RGB;
45 export const darkorchid: RGB;
46 export const darkred: RGB;
47 export const darksalmon: RGB;
48 export const darkseagreen: RGB;
49 export const darkslateblue: RGB;
50 export const darkslategray: RGB;
51 export const darkslategrey: RGB;
52 export const darkturquoise: RGB;
53 export const darkviolet: RGB;
54 export const deeppink: RGB;
55 export const deepskyblue: RGB;
56 export const dimgray: RGB;
57 export const dimgrey: RGB;
58 export const dodgerblue: RGB;
59 export const firebrick: RGB;
60 export const floralwhite: RGB;
61 export const forestgreen: RGB;
62 export const fuchsia: RGB;
63 export const gainsboro: RGB;
64 export const ghostwhite: RGB;
65 export const gold: RGB;
66 export const goldenrod: RGB;
67 export const gray: RGB;
68 export const green: RGB;
69 export const greenyellow: RGB;
70 export const grey: RGB;
71 export const honeydew: RGB;
72 export const hotpink: RGB;
73 export const indianred: RGB;
74 export const indigo: RGB;
75 export const ivory: RGB;
76 export const khaki: RGB;
77 export const lavender: RGB;
78 export const lavenderblush: RGB;
79 export const lawngreen: RGB;
80 export const lemonchiffon: RGB;
81 export const lightblue: RGB;
82 export const lightcoral: RGB;
83 export const lightcyan: RGB;
84 export const lightgoldenrodyellow: RGB;
85 export const lightgray: RGB;
86 export const lightgreen: RGB;
87 export const lightgrey: RGB;
88 export const lightpink: RGB;
89 export const lightsalmon: RGB;
90 export const lightseagreen: RGB;
91 export const lightskyblue: RGB;
92 export const lightslategray: RGB;
93 export const lightslategrey: RGB;
94 export const lightsteelblue: RGB;
95 export const lightyellow: RGB;
96 export const lime: RGB;
97 export const limegreen: RGB;
98 export const linen: RGB;
99 export const magenta: RGB;
100 export const maroon: RGB;
101 export const mediumaquamarine: RGB;
102 export const mediumblue: RGB;
103 export const mediumorchid: RGB;
104 export const mediumpurple: RGB;
105 export const mediumseagreen: RGB;
106 export const mediumslateblue: RGB;
107 export const mediumspringgreen: RGB;
108 export const mediumturquoise: RGB;
109 export const mediumvioletred: RGB;
110 export const midnightblue: RGB;
111 export const mintcream: RGB;
112 export const mistyrose: RGB;
113 export const moccasin: RGB;
114 export const navajowhite: RGB;
115 export const navy: RGB;
116 export const oldlace: RGB;
117 export const olive: RGB;
118 export const olivedrab: RGB;
119 export const orange: RGB;
120 export const orangered: RGB;
121 export const orchid: RGB;
122 export const palegoldenrod: RGB;
123 export const palegreen: RGB;
124 export const paleturquoise: RGB;
125 export const palevioletred: RGB;
126 export const papayawhip: RGB;
127 export const peachpuff: RGB;
128 export const peru: RGB;
129 export const pink: RGB;
130 export const plum: RGB;
131 export const powderblue: RGB;
132 export const purple: RGB;
133 export const rebeccapurple: RGB;
134 export const red: RGB;
135 export const rosybrown: RGB;
136 export const royalblue: RGB;
137 export const saddlebrown: RGB;
138 export const salmon: RGB;
139 export const sandybrown: RGB;
140 export const seagreen: RGB;
141 export const seashell: RGB;
142 export const sienna: RGB;
143 export const silver: RGB;
144 export const skyblue: RGB;
145 export const slateblue: RGB;
146 export const slategray: RGB;
147 export const slategrey: RGB;
148 export const snow: RGB;
149 export const springgreen: RGB;
150 export const steelblue: RGB;
151 export const tan: RGB;
152 export const teal: RGB;
153 export const thistle: RGB;
154 export const tomato: RGB;
155 export const turquoise: RGB;
156 export const violet: RGB;
157 export const wheat: RGB;
158 export const white: RGB;
159 export const whitesmoke: RGB;
160 export const yellow: RGB;
161 export const yellowgreen: RGB;