Preferences/__init__.py

changeset 2905
a1ae4b297bc0
parent 2769
8cbebde7a984
child 2964
84b65fb9e780
child 3056
9986ec0e559a
diff -r 1da821da961e -r a1ae4b297bc0 Preferences/__init__.py
--- a/Preferences/__init__.py	Tue Sep 10 19:45:37 2013 +0200
+++ b/Preferences/__init__.py	Wed Sep 11 19:17:57 2013 +0200
@@ -509,6 +509,8 @@
         "AnnotationsWarningBackground": QColor("#ffffd0"),
         "AnnotationsErrorForeground": QColor("#600000"),
         "AnnotationsErrorBackground": QColor("#ffd0d0"),
+        "AnnotationsStyleForeground": QColor("#000060"),
+        "AnnotationsStyleBackground": QColor("#d0d0ff"),
         "WhitespaceForeground": QColor(Qt.darkGray),
         "WhitespaceBackground": QColor(Qt.white),
         "OnlineChangeTraceMarkerUnsaved": QColor("#ff8888"),

eric ide

mercurial