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

Public Member Functions

 __getitem__ (self, key)
 

Static Public Attributes

dict STYLES
 

Detailed Description

 Based on http://ethanschoonover.com/solarized 

Definition at line 160 of file syntaxstyles.py.

Member Function Documentation

◆ __getitem__()

Member Data Documentation

◆ STYLES

dict scripter.ui_scripter.syntax.syntaxstyles.SolarizedLightSyntaxStyle.STYLES
static
Initial value:
= {
'keyword': _format('#6b9500'),
'operator': _format('#839496'),
'brace': _format('#839496'),
'defclass': _format('#248bd2', 'bold'),
'string': _format('#29a198'),
'string2': _format('#29a198'),
'comment': _format('#586e75', 'italic'),
'self': _format('#248bd2'),
'numbers': _format('#b58900'),
'background': _format('#fdf6e3'),
'foreground': _format('#839496'),
}

Definition at line 164 of file syntaxstyles.py.


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