Krita Source Code Documentation
Loading...
Searching...
No Matches
scripter.ui_scripter.syntax.syntaxstyles.DefaultSyntaxStyle Class Reference
+ Inheritance diagram for scripter.ui_scripter.syntax.syntaxstyles.DefaultSyntaxStyle:

Public Member Functions

 __getitem__ (self, key)
 

Static Public Attributes

dict STYLES
 

Detailed Description

Definition at line 29 of file syntaxstyles.py.

Member Function Documentation

◆ __getitem__()

Member Data Documentation

◆ STYLES

dict scripter.ui_scripter.syntax.syntaxstyles.DefaultSyntaxStyle.STYLES
static
Initial value:
= {
'keyword': _format('cyan'),
'operator': _format('orange'),
'brace': _format('gray'),
'defclass': _format('black', 'bold'),
'string': _format('magenta'),
'string2': _format('darkMagenta'),
'comment': _format('darkGreen', 'italic'),
'self': _format('black', 'italic'),
'numbers': _format('brown'),
'background': _format('white'),
'foreground': _format('black'),
}

Definition at line 32 of file syntaxstyles.py.


The documentation for this class was generated from the following file: