From 612463ec16d133ca2244c8dce2623eaa7a9c3cc5 Mon Sep 17 00:00:00 2001 From: Thorsten Willard <7.2k9a4Y3W5c@gmail.com> Date: Fri, 20 Jul 2012 16:41:04 -0700 Subject: [PATCH] mi: add missing w3.org colors: aqua,fuchsia,lime,olive,silver,teal. #52289 Add missing w3.org colors to rgb.txt: aqua, fuchsia, lime, olive, silver, teal These are listed as as "Basic color keywords" and/or "Extended color keywords" by w3.org. This is affecting several other libraries including: Pango, gdk-pixbuf and gtk+3 with it's new CSS capabilities. xpm-color-table.h in gdk-pixbuf and pango-color-table.h in Pango are generated by the script gen-color-table.pl which pulls from rgb.txt --- rgb.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/rgb.txt b/rgb.txt index 51423c6..93f2a94 100644 --- a/rgb.txt +++ b/rgb.txt @@ -1,3 +1,9 @@ + 0 255 255 aqua +255 0 255 fuchsia + 0 255 0 lime +128 128 0 olive +192 192 192 silver + 0 128 128 teal 255 250 250 snow 248 248 255 ghost white 248 248 255 GhostWhite -- 1.7.4.1