Class DarkVisualTheme
Represents a predefined dark color theme.
public class DarkVisualTheme : StandardVisualTheme, IVisualTheme, IDisposable
- Inheritance
-
DarkVisualTheme
- Implements
Constructors
- DarkVisualTheme()
Initializes new instance of DarkVisualTheme with default settings.
Fields
- Instance
Gets a default
DarkVisualTheme
object.
Methods
- ApplyToEdit(ISyntaxEdit)
Assigns color theme properties to a given
TextEditor
according to values stored in theIVisualTheme
.