Table of Contents

Class TextMateTheme

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

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

AdjustStyleColor(ILexStyle)
GetColors()
UpdateTheme(IDictionary<string, object>)

Reassign text mate colors from the new values.