--- a/eric6/QScintilla/Shell.py Mon Apr 13 16:26:46 2020 +0200 +++ b/eric6/QScintilla/Shell.py Mon Apr 13 16:57:44 2020 +0200 @@ -581,6 +581,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: