System.Markdown.Styles.TStyles.DarkStyles
Prototype
class property DarkStyles: TStyles read FDarkStyles;
Description
DarkStyles contains the default style settings for dark 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.