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

Public Member Functions

 __getitem__ (self, key)
 

Static Public Attributes

dict STYLES
 

Detailed Description

 Based on KDE Breeze widget style 

Definition at line 72 of file syntaxstyles.py.

Member Function Documentation

◆ __getitem__()

Member Data Documentation

◆ STYLES

dict scripter.ui_scripter.syntax.syntaxstyles.BreezeDarkSyntaxStyle.STYLES
static
Initial value:
= {
'keyword': _format('#eff0f1', 'bold'),
'operator': _format('#eff0f1'),
'brace': _format('#eff0f1'),
'defclass': _format('#27ae60', 'bold'),
'string': _format('#da4453'),
'string2': _format('#da4453'),
'comment': _format('#7f8c8d', 'italic'),
'self': _format('#3daee9'),
'numbers': _format('#f67400'),
'background': _format('#232629'),
'foreground': _format('#eff0f1'),
}

Definition at line 76 of file syntaxstyles.py.


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