Prototype

class property LightStyles: TStyles read FLightStyles;

Description

LightStyles contains the default style settings for light mode. These settings can be overridden by code.

Call SelectMode to toggle between light and dark modes.

These settings only apply to markdown script highlighting, handle the OnStyleModeChanged event to adjust the background and font.

See also

DarkStyles