Class DarkMode.DarkModeColors
Contains the color values of the active dark mode theme.
public class DarkMode.DarkModeColors
- Inheritance
-
DarkMode.DarkModeColors
- Inherited Members
Remarks
See https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/NppDarkMode.h
Constructors
DarkModeColors()
public DarkModeColors()
Properties
Background
public Color Background { get; }
Property Value
DarkerText
public Color DarkerText { get; }
Property Value
DisabledEdge
public Color DisabledEdge { get; }
Property Value
DisabledText
public Color DisabledText { get; }
Property Value
Edge
public Color Edge { get; }
Property Value
ErrorBackground
public Color ErrorBackground { get; }
Property Value
HotBackground
public Color HotBackground { get; }
Property Value
HotEdge
public Color HotEdge { get; }
Property Value
LinkText
public Color LinkText { get; }
Property Value
PureBackground
public Color PureBackground { get; }
Property Value
SofterBackground
public Color SofterBackground { get; }
Property Value
Text
public Color Text { get; }