added medium orange/gold corresponding to the old (2.4) values

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-19 12:21:17 +00:00
parent 1b69aa4baf
commit 261a714b67

View File

@ -251,10 +251,12 @@ void wxColourDatabase::Initialize ()
{wxT("MAGENTA"), 255, 0, 255},
{wxT("MAROON"), 176, 48, 96},
{wxT("MEDIUM AQUAMARINE"), 102, 205, 170},
{wxT("MEDIUM GREY"), 100, 100, 100}, // not X colour
{wxT("MEDIUM BLUE"), 0, 0, 205},
{wxT("MEDIUM FOREST GREEN"), 107, 142, 35}, // not X colour
{wxT("MEDIUM GOLD"), 204, 127, 50}, // not X, "GOLD" in 2.4
{wxT("MEDIUM GOLDENROD"), 234, 234, 173}, // not X colour
{wxT("MEDIUM GREY"), 100, 100, 100}, // not X colour
{wxT("MEDIUM ORANGE"), 204, 50, 50}, // not X, "ORANGE" in 2.4
{wxT("MEDIUM ORCHID"), 186, 85, 211},
{wxT("MEDIUM SEA GREEN"), 60, 179, 113},
{wxT("MEDIUM SLATE BLUE"), 123, 104, 238},