Class TextMateTheme
Represents a predefined Text Mate like color theme.
public class TextMateTheme : VisualStudioCodeTheme, IVisualTheme, IDisposable
- Inheritance
-
TextMateTheme
- Implements
Constructors
- TextMateTheme(IDictionary<string, object>)
Initializes a new instance of the TextMateTheme class with specified colors.
Properties
- ThemeColors
Gets a list of color objects describes the current text mate theme.
Methods
- UpdateTheme(IDictionary<string, object>)
Reassign text mate colors from the new values.