Table of Contents

Class DarkMode.DarkModeColors

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll

Contains the color values of the active dark mode theme.

public class DarkMode.DarkModeColors
Inheritance
DarkMode.DarkModeColors
Inherited Members

Remarks

Constructors

DarkModeColors()

public DarkModeColors()

Properties

Background

public Color Background { get; }

Property Value

Color

DarkerText

public Color DarkerText { get; }

Property Value

Color

DisabledEdge

public Color DisabledEdge { get; }

Property Value

Color

DisabledText

public Color DisabledText { get; }

Property Value

Color

Edge

public Color Edge { get; }

Property Value

Color

ErrorBackground

public Color ErrorBackground { get; }

Property Value

Color

HotBackground

public Color HotBackground { get; }

Property Value

Color

HotEdge

public Color HotEdge { get; }

Property Value

Color

LinkText

public Color LinkText { get; }

Property Value

Color

PureBackground

public Color PureBackground { get; }

Property Value

Color

SofterBackground

public Color SofterBackground { get; }

Property Value

Color

Text

public Color Text { get; }

Property Value

Color