From 8444a7dfb9663dd0ee0ebbdf135c298a4b8701bf Mon Sep 17 00:00:00 2001 From: Daphne Pfister Date: Mon, 23 Jun 2014 00:58:43 -0400 Subject: [PATCH 1/2] Add missing colors from CSS Color Module Level 4 CSS web colors are based on the X11 rgb.txt file. There are a few colors in CSS that were not in rgb.txt. Update rgb.txt to include all CSS color names. Adding aqua, lime, fuchsia, crimson, indigo, olive, rebecca purple, silver and teal. Signed-off-by: nobody --- rgb.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rgb.txt b/rgb.txt index 51423c6..f70fe7a 100644 --- a/rgb.txt +++ b/rgb.txt @@ -105,6 +105,7 @@ 72 209 204 MediumTurquoise 64 224 208 turquoise 0 255 255 cyan + 0 255 255 aqua 224 255 255 light cyan 224 255 255 LightCyan 95 158 160 cadet blue @@ -131,6 +132,7 @@ 124 252 0 lawn green 124 252 0 LawnGreen 0 255 0 green + 0 255 0 lime 127 255 0 chartreuse 0 250 154 medium spring green 0 250 154 MediumSpringGreen @@ -207,6 +209,7 @@ 208 32 144 violet red 208 32 144 VioletRed 255 0 255 magenta +255 0 255 fuchsia 238 130 238 violet 221 160 221 plum 218 112 214 orchid @@ -750,3 +753,10 @@ 139 0 0 DarkRed 144 238 144 light green 144 238 144 LightGreen +220 20 60 crimson + 75 0 130 indigo +128 128 0 olive +102 51 153 rebecca purple +102 51 153 RebeccaPurple +192 192 192 silver + 0 128 128 teal -- 1.8.5.2 (Apple Git-48)