diff --git a/templates/common.p.py b/templates/common.p.py index dcfc627..637ff0c 100644 --- a/templates/common.p.py +++ b/templates/common.p.py @@ -89,7 +89,7 @@ def parseScheme(colors): # #else 'size': 11, # #endif - + 'useFixed': 1, 'bold': 0, 'lineSpacing': 2 @@ -278,6 +278,16 @@ def parseScheme(colors): 'commentdockeyworderror': { 'fore': colors["red"] } + }, + 'Python': { + 'docstrings': { + 'fore': colors["green"] + } + }, + 'Python3': { + 'docstrings': { + 'fore': colors["green"] + } } },