提交 7b079729 编写于 作者: C Cyrus Najmabadi

New colors.

上级 75f156c8
......@@ -387,7 +387,7 @@ private class RegexCharacterClassFormatDefinition : ClassificationFormatDefiniti
private RegexCharacterClassFormatDefinition()
{
this.DisplayName = EditorFeaturesWpfResources.Regex_Character_class;
this.ForegroundColor = Color.FromRgb(216, 80, 80);
this.ForegroundColor = Color.FromRgb(0xFF, 0x00, 0x6A);
}
}
......@@ -403,7 +403,7 @@ private class RegexQuantifierFormatDefinition : ClassificationFormatDefinition
private RegexQuantifierFormatDefinition()
{
this.DisplayName = EditorFeaturesWpfResources.Regex_Quantifier;
this.ForegroundColor = Color.FromRgb(95, 149, 250);
this.ForegroundColor = Color.FromRgb(0x24, 0x7f, 0xef);
}
}
......@@ -419,7 +419,7 @@ private class RegexAnchorFormatDefinition : ClassificationFormatDefinition
private RegexAnchorFormatDefinition()
{
this.DisplayName = EditorFeaturesWpfResources.Regex_Anchor;
this.ForegroundColor = Color.FromRgb(202, 121, 236);
this.ForegroundColor = Color.FromRgb(0xB4, 0x42, 0xF2);
}
}
......@@ -435,7 +435,7 @@ private class RegexAlternationFormatDefinition : ClassificationFormatDefinition
private RegexAlternationFormatDefinition()
{
this.DisplayName = EditorFeaturesWpfResources.Regex_Alternation;
this.ForegroundColor = Color.FromRgb(255, 255, 0);
this.ForegroundColor = Color.FromRgb(0x89, 0x88, 0x20);
}
}
......@@ -451,7 +451,7 @@ private class RegexEscapeFormatDefinition : ClassificationFormatDefinition
private RegexEscapeFormatDefinition()
{
this.DisplayName = EditorFeaturesWpfResources.Regex_Escape;
this.ForegroundColor = Color.FromRgb(255, 128, 9);
this.ForegroundColor = Color.FromRgb(0xff, 0x78, 0x00);
}
}
......@@ -467,8 +467,7 @@ private class RegexGroupingFormatDefinition : ClassificationFormatDefinition
private RegexGroupingFormatDefinition()
{
this.DisplayName = EditorFeaturesWpfResources.Regex_Grouping;
this.ForegroundColor = Color.FromRgb(78, 201, 176);
this.ForegroundColor = Color.FromRgb(0x22, 0xbe, 0xb9);
}
}
#endregion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册