@@ -1,3 +1,8 @@
+2004-08-10 Jackson Harper <[email protected]>
+
+ * SystemColors.cs: Make Highlight colour match colour from windows
+ classic color scheme.
2004-07-30 Ravindra <[email protected]>
* Font.cs: Fixed Height property implementation and implemented
@@ -129,7 +129,7 @@ namespace System.Drawing {
static public Color Highlight
{
get {
- return Color.FromArgbSystem (255, 79, 101, 125, "Highlight", KnownColor.Highlight);
+ return Color.FromArgbSystem (255, 0, 0, 128, "Highlight", KnownColor.Highlight);
}