eric6/Preferences/__init__.py

changeset 7718
43e63381d916
parent 7711
5e6792b85a8a
child 7726
b1ade4fcf05f
diff -r f32d7965a17e -r 43e63381d916 eric6/Preferences/__init__.py
--- a/eric6/Preferences/__init__.py	Sat Sep 26 10:58:18 2020 +0200
+++ b/eric6/Preferences/__init__.py	Sun Sep 27 14:17:38 2020 +0200
@@ -1471,11 +1471,11 @@
     
     # defaults for Python specific settings
     pythonDefaults = {
-        "ASTViewerErrorColor": QColor(Qt.red),
+        "ASTViewerErrorColor": QColor(Qt.darkRed),
         
-        "DisViewerErrorColor": QColor(Qt.red),
-        "DisViewerCurrentColor": QColor(Qt.magenta),
-        "DisViewerLabeledColor": QColor(Qt.green),
+        "DisViewerErrorColor": QColor(Qt.darkRed),
+        "DisViewerCurrentColor": QColor(Qt.darkMagenta),
+        "DisViewerLabeledColor": QColor(Qt.darkGreen),
         "DisViewerExpandCodeInfoDetails": False,
     }
 

eric ide

mercurial