Пример #1
0
 public CaptureNodeHeaderEntry(FontAndColorDefaultsResultsTree parent) : base(parent)
 {
     Name              = EntryNames.CaptureNodeHeader;
     LocalizedName     = "Capture node";
     Usage             = ColorUsage.Foreground;
     DefaultBackground = new VsColor[] { new ThemeColor(TreeColors.DocumentBackgroundBrushKey), new RgbColor(0xFF, 0xFF, 0xFF) };
     DefaultForeground = new VsColor[] { new RgbColor(0x00, 0x80, 0x00) };
 }
Пример #2
0
 public FailureMarkerEntry(FontAndColorDefaultsResultsTree parent) : base(parent)
 {
     Name              = EntryNames.FailureMarker;
     LocalizedName     = "Failure marker";
     Usage             = ColorUsage.Foreground;
     DefaultBackground = new VsColor[] { new ThemeColor(TreeColors.DocumentBackgroundBrushKey), new RgbColor(0xFF, 0xFF, 0xFF) };
     DefaultForeground = new VsColor[] { new RgbColor(0xFF, 0x40, 0x40) };
 }