From 882d694edfd95297a2ab4ff4ed84b7162aa2d98d Mon Sep 17 00:00:00 2001 From: Daphne Pfister Date: Mon, 23 Jun 2014 01:02:29 -0400 Subject: [PATCH 2/2] Add aliases for colors that differ between X11 and CSS While CSS colors are based on X11 color and mostly the same there are a handful that have different values: gray, grey, green, and maroon. Add versions of the color names with X11 and Web prefix so that tools that process rgb.txt can get either version. Signed-off-by: nobody --- rgb.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/rgb.txt b/rgb.txt index f70fe7a..05b9547 100644 --- a/rgb.txt +++ b/rgb.txt @@ -57,6 +57,14 @@ 119 136 153 LightSlateGrey 190 190 190 gray 190 190 190 grey +190 190 190 x11 gray +190 190 190 X11Gray +190 190 190 x11 grey +190 190 190 X11Grey +128 128 128 web gray +128 128 128 WebGray +128 128 128 web grey +128 128 128 WebGrey 211 211 211 light grey 211 211 211 LightGrey 211 211 211 light gray @@ -133,6 +141,10 @@ 124 252 0 LawnGreen 0 255 0 green 0 255 0 lime + 0 255 0 x11 green + 0 255 0 X11Green + 0 128 0 web green + 0 128 0 WebGreen 127 255 0 chartreuse 0 250 154 medium spring green 0 250 154 MediumSpringGreen @@ -204,6 +216,10 @@ 219 112 147 pale violet red 219 112 147 PaleVioletRed 176 48 96 maroon +176 48 96 x11 maroon +176 48 96 X11Maroon +128 0 0 web maroon +128 0 0 WebMaroon 199 21 133 medium violet red 199 21 133 MediumVioletRed 208 32 144 violet red @@ -222,6 +238,10 @@ 138 43 226 blue violet 138 43 226 BlueViolet 160 32 240 purple +160 32 240 x11 purple +160 32 240 X11Purple +128 0 128 web purple +128 0 128 WebPurple 147 112 219 medium purple 147 112 219 MediumPurple 216 191 216 thistle -- 1.8.5.2 (Apple Git-48)