Initial commit of the HEAD branch of the ELinks CVS repository, as of
[elinks/images.git] / src / util / color_s.inc
blob57af4be6ca8eb67b7dd0ddf12d7315d0ee3612d3
1 /* Short list of color names and their rgb values, used by UI, and html stuff.
2  * This is always included by src/util/color.c. If CONFIG_SMALL is not defined,
3  * color.inc is also included. */
4 /* $Id: color_s.inc,v 1.4 2004/10/13 15:18:25 zas Exp $ */
6         {"aliceblue",           0xF0F8FF},
7         {"antiquewhite",        0xFAEBD7},
8         {"aqua",                0x00FFFF},
9         {"aquamarine",          0x7FFFD4},
10         {"azure",               0xF0FFFF},
11         {"beige",               0xF5F5DC},
12         {"bisque",              0xFFE4C4},
13         {"black",               0x000000},
14         {"blanchedalmond",      0xFFEBCD},
15         {"blue",                0x0000FF},
16         {"blueviolet",          0x8A2BE2},
17         {"brown",               0xA52A2A},
18         {"burlywood",           0xDEB887},
19         {"cadetblue",           0x5F9EA0},
20         {"chartreuse",          0x7FFF00},
21         {"chocolate",           0xD2691E},
22         {"coral",               0xFF7F50},
23         {"cornflowerblue",      0x6495ED},
24         {"cornsilk",            0xFFF8DC},
25         {"crimson",             0xDC143C},
26         {"cyan",                0x00FFFF},
27         {"darkblue",            0x00008B},
28         {"darkcyan",            0x008B8B},
29         {"darkgoldenrod",       0xB8860B},
30         {"darkgray",            0xA9A9A9},
31         {"darkgreen",           0x006400},
32         {"darkkhaki",           0xBDB76B},
33         {"darkmagenta",         0x8B008B},
34         {"darkolivegreen",      0x556B2F},
35         {"darkorange",          0xFF8C00},
36         {"darkorchid",          0x9932CC},
37         {"darkred",             0x8B0000},
38         {"darksalmon",          0xE9967A},
39         {"darkseagreen",        0x8FBC8F},
40         {"darkslateblue",       0x483D8B},
41         {"darkslategray",       0x2F4F4F},
42         {"darkturquoise",       0x00CED1},
43         {"darkviolet",          0x9400D3},
44         {"deeppink",            0xFF1493},
45         {"deepskyblue",         0x00BFFF},
46         {"dimgray",             0x696969},
47         {"dodgerblue",          0x1E90FF},
48         {"firebrick",           0xB22222},
49         {"floralwhite",         0xFFFAF0},
50         {"forestgreen",         0x228B22},
51         {"fuchsia",             0xFF00FF},
52         {"gainsboro",           0xDCDCDC},
53         {"ghostwhite",          0xF8F8FF},
54         {"gold",                0xFFD700},
55         {"goldenrod",           0xDAA520},
56         {"gray",                0xBEBEBE},
57         {"green",               0x008000},
58         {"greenyellow",         0xADFF2F},
59         {"honeydew",            0xF0FFF0},
60         {"hotpink",             0xFF69B4},
61         {"indianred",           0xCD5C5C},
62         {"indigo",              0x4B0082},
63         {"ivory",               0xFFFFF0},
64         {"khaki",               0xF0E68C},
65         {"lavender",            0xE6E6FA},
66         {"lavenderblush",       0xFFF0F5},
67         {"lawngreen",           0x7CFC00},
68         {"lemonchiffon",        0xFFFACD},
69         {"lightblue",           0xADD8E6},
70         {"lightcoral",          0xF08080},
71         {"lightcyan",           0xE0FFFF},
72         {"lightgoldenrodyellow",        0xFAFAD2},
73         {"lightgreen",          0x90EE90},
74         {"lightgrey",           0xD3D3D3},
75         {"lightpink",           0xFFB6C1},
76         {"lightsalmon",         0xFFA07A},
77         {"lightseagreen",       0x20B2AA},
78         {"lightskyblue",        0x87CEFA},
79         {"lightslategray",      0x778899},
80         {"lightsteelblue",      0xB0C4DE},
81         {"lightyellow",         0xFFFFE0},
82         {"lime",                0x00FF00},
83         {"limegreen",           0x32CD32},
84         {"linen",               0xFAF0E6},
85         {"magenta",             0xFF00FF},
86         {"maroon",              0x800000},
87         {"mediumaquamarine",    0x66CDAA},
88         {"mediumblue",          0x0000CD},
89         {"mediumorchid",        0xBA55D3},
90         {"mediumpurple",        0x9370DB},
91         {"mediumseagreen",      0x3CB371},
92         {"mediumslateblue",     0x7B68EE},
93         {"mediumspringgreen",   0x00FA9A},
94         {"mediumturquoise",     0x48D1CC},
95         {"mediumvioletred",     0xC71585},
96         {"midnightblue",        0x191970},
97         {"mintcream",           0xF5FFFA},
98         {"mistyrose",           0xFFE4E1},
99         {"moccasin",            0xFFE4B5},
100         {"navajowhite",         0xFFDEAD},
101         {"navy",                0x000080},
102         {"oldlace",             0xFDF5E6},
103         {"olive",               0x808000},
104         {"olivedrab",           0x6B8E23},
105         {"orange",              0xFFA500},
106         {"orangered",           0xFF4500},
107         {"orchid",              0xDA70D6},
108         {"palegoldenrod",       0xEEE8AA},
109         {"palegreen",           0x98FB98},
110         {"paleturquoise",       0xAFEEEE},
111         {"palevioletred",       0xDB7093},
112         {"papayawhip",          0xFFEFD5},
113         {"peachpuff",           0xFFDAB9},
114         {"peru",                0xCD853F},
115         {"pink",                0xFFC0CB},
116         {"plum",                0xDDA0DD},
117         {"powderblue",          0xB0E0E6},
118         {"purple",              0x800080},
119         {"red",                 0xFF0000},
120         {"rosybrown",           0xBC8F8F},
121         {"royalblue",           0x4169E1},
122         {"saddlebrown",         0x8B4513},
123         {"salmon",              0xFA8072},
124         {"sandybrown",          0xF4A460},
125         {"seagreen",            0x2E8B57},
126         {"seashell",            0xFFF5EE},
127         {"sienna",              0xA0522D},
128         {"silver",              0xC0C0C0},
129         {"skyblue",             0x87CEEB},
130         {"slateblue",           0x6A5ACD},
131         {"slategray",           0x708090},
132         {"snow",                0xFFFAFA},
133         {"springgreen",         0x00FF7F},
134         {"steelblue",           0x4682B4},
135         {"tan",                 0xD2B48C},
136         {"teal",                0x008080},
137         {"thistle",             0xD8BFD8},
138         {"tomato",              0xFF6347},
139         {"turquoise",           0x40E0D0},
140         {"violet",              0xEE82EE},
141         {"wheat",               0xF5DEB3},
142         {"white",               0xFFFFFF},
143         {"whitesmoke",          0xF5F5F5},
144         {"yellow",              0xFFFF00},
145         {"yellowgreen",         0x9ACD32},