Preferences/__init__.py

changeset 2164
d67b14a3f884
parent 2162
4627e6ea7b6b
child 2182
fc3210851b07
--- a/Preferences/__init__.py	Sun Oct 28 17:41:29 2012 +0100
+++ b/Preferences/__init__.py	Sun Oct 28 20:19:15 2012 +0100
@@ -458,7 +458,8 @@
             QApplication.palette().color(QPalette.Active, QPalette.Base),
         "EditAreaBackground":
             QApplication.palette().color(QPalette.Active, QPalette.Text),
-        "OnlineChangeTraceMarker": QColor("#8888ff"),
+        "OnlineChangeTraceMarkerUnsaved": QColor("#ff8888"),
+        "OnlineChangeTraceMarkerSaved": QColor("#88ff88"),
     }
     
     editorOtherFontsDefaults = {

eric ide

mercurial