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

Public Member Functions

 __getitem__ (self, key)
 

Static Public Attributes

dict STYLES
 

Detailed Description

 Based on KDE Breeze widget style 

Definition at line 116 of file syntaxstyles.py.

Member Function Documentation

◆ __getitem__()

Member Data Documentation

◆ STYLES

dict scripter.ui_scripter.syntax.syntaxstyles.BlenderSyntaxStyle.STYLES
static
Initial value:
= {
'keyword': _format('#606002'),
'operator': _format('#4c4c4c'),
'brace': _format('#4c4c4c'),
'defclass': _format('#000000'),
'string': _format('#650202'),
'string2': _format('#650202'),
'comment': _format('#006432'),
'self': _format('#000000'),
'numbers': _format('#0000c8'),
'background': _format('#999999'),
'foreground': _format('#000000'),
}

Definition at line 120 of file syntaxstyles.py.


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