Class SyntaxColorScheme
- Namespace
- MarkMyDeck.Configuration
- Assembly
- MarkMyDeck.dll
Color scheme for syntax highlighting — Catppuccin Mocha inspired for dark code backgrounds. All colors are hex format without # prefix.
public class SyntaxColorScheme
- Inheritance
-
objectSyntaxColorScheme
Properties
CommentColor
public string CommentColor { get; set; }
Property Value
- string
DefaultColor
public string DefaultColor { get; set; }
Property Value
- string
FunctionColor
public string FunctionColor { get; set; }
Property Value
- string
IdentifierColor
public string IdentifierColor { get; set; }
Property Value
- string
KeywordColor
public string KeywordColor { get; set; }
Property Value
- string
NumberColor
public string NumberColor { get; set; }
Property Value
- string
OperatorColor
public string OperatorColor { get; set; }
Property Value
- string
PropertyColor
public string PropertyColor { get; set; }
Property Value
- string
StringColor
public string StringColor { get; set; }
Property Value
- string
TypeColor
public string TypeColor { get; set; }
Property Value
- string
Methods
GetColorForTokenType(TokenType)
Gets the color for a specific token type.
public string GetColorForTokenType(TokenType type)
Parameters
typeTokenType
Returns
- string