darkStyle

open override fun darkStyle(doc: StyledDocument): Style

Apply the dark-themed variant of the receiving style to the specified StyledDocument.

Generally should be overridden, but not called directly. Most callers will want to use setStyle, because it is theme-sensitive.

Return

The applied textual style.

Parameters

doc

The document with which to register the receiver.