--- a/eric6/QScintilla/Shell.py Sat May 02 14:35:03 2020 +0200 +++ b/eric6/QScintilla/Shell.py Sat May 02 14:45:06 2020 +0200 @@ -329,7 +329,7 @@ self.__setAutoCompletion() self.__setCallTips() - self.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) + self.setWindowIcon(UI.PixmapCache.getIcon("eric")) self.incrementalSearchString = "" self.incrementalSearchActive = False @@ -583,6 +583,10 @@ if Preferences.getShell("CallTipsEnabled"): self.setCallTipsBackgroundColor( Preferences.getEditorColour("CallTipsBackground")) + self.setCallTipsForegroundColor( + Preferences.getEditorColour("CallTipsForeground")) + self.setCallTipsHighlightColor( + Preferences.getEditorColour("CallTipsHighlight")) self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible")) calltipsStyle = Preferences.getEditor("CallTipsStyle") if calltipsStyle == QsciScintilla.CallTipsNoContext: