1469 else: |
1469 else: |
1470 microPythonDefaults["ColorScheme"] = "Ubuntu" |
1470 microPythonDefaults["ColorScheme"] = "Ubuntu" |
1471 |
1471 |
1472 # defaults for Python specific settings |
1472 # defaults for Python specific settings |
1473 pythonDefaults = { |
1473 pythonDefaults = { |
1474 "ASTViewerErrorColor": QColor(Qt.red), |
1474 "ASTViewerErrorColor": QColor(Qt.darkRed), |
1475 |
1475 |
1476 "DisViewerErrorColor": QColor(Qt.red), |
1476 "DisViewerErrorColor": QColor(Qt.darkRed), |
1477 "DisViewerCurrentColor": QColor(Qt.magenta), |
1477 "DisViewerCurrentColor": QColor(Qt.darkMagenta), |
1478 "DisViewerLabeledColor": QColor(Qt.green), |
1478 "DisViewerLabeledColor": QColor(Qt.darkGreen), |
1479 "DisViewerExpandCodeInfoDetails": False, |
1479 "DisViewerExpandCodeInfoDetails": False, |
1480 } |
1480 } |
1481 |
1481 |
1482 |
1482 |
1483 def readToolGroups(prefClass=Prefs): |
1483 def readToolGroups(prefClass=Prefs): |