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

Public Member Functions

 __getitem__ (self, key)
 

Static Public Attributes

dict STYLES
 

Detailed Description

 It based in the colorschemme of the Vim editor for python code http://www.vim.org/scripts/script.php?script_id=790 

Definition at line 50 of file syntaxstyles.py.

Member Function Documentation

◆ __getitem__()

Member Data Documentation

◆ STYLES

dict scripter.ui_scripter.syntax.syntaxstyles.PythonVimSyntaxStyle.STYLES
static
Initial value:
= {
'keyword': _format('yellow', darker=125),
'operator': _format('magenta', darker=150),
'brace': _format('white'),
'defclass': _format('orange', 'bold'),
'string': _format('green', lighter=160),
'string2': _format('lightGray', 'italic', darker=120),
'comment': _format('gray', 'italic'),
'self': _format('blue', lighter=170),
'numbers': _format('yellow', lighter=130),
'background': _format('black'),
'foreground': _format('white'),
}

Definition at line 54 of file syntaxstyles.py.


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