diff -r 4db8023ccf32 -r 4c09d3d75768 QScintilla/MiniEditor.py --- a/QScintilla/MiniEditor.py Sat Mar 14 14:29:22 2015 +0100 +++ b/QScintilla/MiniEditor.py Sat Mar 14 14:36:52 2015 +0100 @@ -2404,6 +2404,10 @@ Preferences.getEditor("TabIndents")) self.__textEdit.setIndentationGuides( Preferences.getEditor("IndentationGuides")) + self.__textEdit.setIndentationGuidesBackgroundColor( + Preferences.getEditorColour("IndentationGuidesBackground")) + self.__textEdit.setIndentationGuidesForegroundColor( + Preferences.getEditorColour("IndentationGuidesForeground")) if Preferences.getEditor("ShowWhitespace"): self.__textEdit.setWhitespaceVisibility(QsciScintilla.WsVisible) try: