Preferences/__init__.py

changeset 4176
4c09d3d75768
parent 4137
54c38749f153
child 4206
8f0d697e6384
--- a/Preferences/__init__.py	Sat Mar 14 14:29:22 2015 +0100
+++ b/Preferences/__init__.py	Sat Mar 14 14:36:52 2015 +0100
@@ -605,6 +605,8 @@
         "WhitespaceBackground": QColor(Qt.white),
         "OnlineChangeTraceMarkerUnsaved": QColor("#ff8888"),
         "OnlineChangeTraceMarkerSaved": QColor("#88ff88"),
+        "IndentationGuidesBackground": QColor(Qt.white),
+        "IndentationGuidesForeground": QColor(Qt.black),
         # colors for the marker map
         "BookmarksMap": QColor("#f8c700"),
         "ErrorsMap": QColor("#dd0000"),

eric ide

mercurial