--- a/QScintilla/Editor.py Sat Mar 14 14:29:22 2015 +0100 +++ b/QScintilla/Editor.py Sat Mar 14 14:36:52 2015 +0100 @@ -4114,6 +4114,10 @@ self.setTabIndents(Preferences.getEditor("TabIndents")) self.setBackspaceUnindents(Preferences.getEditor("TabIndents")) self.setIndentationGuides(Preferences.getEditor("IndentationGuides")) + self.setIndentationGuidesBackgroundColor( + Preferences.getEditorColour("IndentationGuidesBackground")) + self.setIndentationGuidesForegroundColor( + Preferences.getEditorColour("IndentationGuidesForeground")) if Preferences.getEditor("ShowWhitespace"): self.setWhitespaceVisibility(QsciScintilla.WsVisible) try: