diff options
-rw-r--r-- | pango/pango-color-table.h | 12 | ||||
-rw-r--r-- | tools/rgb.txt | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/pango/pango-color-table.h b/pango/pango-color-table.h index d4cd4099..ac6b6966 100644 --- a/pango/pango-color-table.h +++ b/pango/pango-color-table.h @@ -1,6 +1,6 @@ /* pango-color-table.h: Generated by gen-color-table.pl from rgb.txt * - * Date: Fri Nov 9 17:55:12 2012 + * Date: Tue Nov 13 20:16:58 2012 * * Do not edit. */ @@ -832,7 +832,7 @@ static const ColorEntry color_entries[] = { { 1572, 238, 180, 34 }, { 1583, 205, 155, 29 }, { 1594, 139, 105, 20 }, - { 1605, 190, 190, 190 }, + { 1605, 128, 128, 128 }, { 1610, 0, 0, 0 }, { 1616, 3, 3, 3 }, { 1622, 26, 26, 26 }, @@ -934,13 +934,13 @@ static const ColorEntry color_entries[] = { { 2287, 247, 247, 247 }, { 2294, 250, 250, 250 }, { 2301, 252, 252, 252 }, - { 2308, 0, 255, 0 }, + { 2308, 0, 128, 0 }, { 2314, 0, 255, 0 }, { 2321, 0, 238, 0 }, { 2328, 0, 205, 0 }, { 2335, 0, 139, 0 }, { 2342, 173, 255, 47 }, - { 2354, 190, 190, 190 }, + { 2354, 128, 128, 128 }, { 2359, 0, 0, 0 }, { 2365, 3, 3, 3 }, { 2371, 26, 26, 26 }, @@ -1137,7 +1137,7 @@ static const ColorEntry color_entries[] = { { 4118, 238, 0, 238 }, { 4127, 205, 0, 205 }, { 4136, 139, 0, 139 }, - { 4145, 176, 48, 96 }, + { 4145, 128, 0, 0 }, { 4152, 255, 52, 179 }, { 4160, 238, 48, 167 }, { 4168, 205, 41, 144 }, @@ -1230,7 +1230,7 @@ static const ColorEntry color_entries[] = { { 5127, 205, 150, 205 }, { 5133, 139, 102, 139 }, { 5139, 176, 224, 230 }, - { 5150, 160, 32, 240 }, + { 5150, 128, 0, 128 }, { 5157, 155, 48, 255 }, { 5165, 145, 44, 238 }, { 5173, 125, 38, 205 }, diff --git a/tools/rgb.txt b/tools/rgb.txt index d1471b65..6a98c078 100644 --- a/tools/rgb.txt +++ b/tools/rgb.txt @@ -33,8 +33,8 @@ 112 128 144 SlateGrey 119 136 153 LightSlateGray 119 136 153 LightSlateGrey -190 190 190 gray -190 190 190 grey +128 128 128 gray +128 128 128 grey 211 211 211 LightGrey 211 211 211 LightGray 25 25 112 MidnightBlue @@ -74,7 +74,7 @@ 152 251 152 PaleGreen 0 255 127 SpringGreen 124 252 0 LawnGreen - 0 255 0 green + 0 128 0 green 127 255 0 chartreuse 0 250 154 MediumSpringGreen 173 255 47 GreenYellow @@ -120,7 +120,7 @@ 255 192 203 pink 255 182 193 LightPink 219 112 147 PaleVioletRed -176 48 96 maroon +128 0 0 maroon 199 21 133 MediumVioletRed 208 32 144 VioletRed 255 0 255 magenta @@ -131,7 +131,7 @@ 153 50 204 DarkOrchid 148 0 211 DarkViolet 138 43 226 BlueViolet -160 32 240 purple +128 0 128 purple 147 112 219 MediumPurple 216 191 216 thistle 255 250 250 snow1 |