Class RiderDarkMelonColorScheme
Color scheme for JetBrains' Rider Melon Dark.
Assembly: Log73.dll
View Source
Declaration
public class RiderDarkMelonColorScheme : IColorScheme
Properties
Black
View Source
Declaration
public Color Black { get; set; }
Red
View Source
Declaration
public Color Red { get; set; }
Green
View Source
Declaration
public Color Green { get; set; }
Yellow
View Source
Declaration
public Color Yellow { get; set; }
Blue
View Source
Declaration
public Color Blue { get; set; }
Magenta
View Source
Declaration
public Color Magenta { get; set; }
Cyan
View Source
Declaration
public Color Cyan { get; set; }
White
View Source
Declaration
public Color White { get; set; }
BrightBlack
View Source
Declaration
public Color BrightBlack { get; set; }
BrightRed
View Source
Declaration
public Color BrightRed { get; set; }
BrightGreen
View Source
Declaration
public Color BrightGreen { get; set; }
BrightYellow
View Source
Declaration
public Color BrightYellow { get; set; }
BrightBlue
View Source
Declaration
public Color BrightBlue { get; set; }
BrightMagenta
View Source
Declaration
public Color BrightMagenta { get; set; }
BrightCyan
View Source
Declaration
public Color BrightCyan { get; set; }
BrightWhite
View Source
Declaration
public Color BrightWhite { get; set; }
Implements
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)