--- 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, }