--- a/eric6/QScintilla/Editor.py Mon Apr 13 16:26:46 2020 +0200 +++ b/eric6/QScintilla/Editor.py Mon Apr 13 16:57:44 2020 +0200 @@ -4720,6 +4720,10 @@ """ self.setCallTipsBackgroundColor( Preferences.getEditorColour("CallTipsBackground")) + self.setCallTipsForegroundColor( + Preferences.getEditorColour("CallTipsForeground")) + self.setCallTipsHighlightColor( + Preferences.getEditorColour("CallTipsHighlight")) self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible")) calltipsStyle = Preferences.getEditor("CallTipsStyle") try: