Changing font colour of StyledTextCtrl
问题 I am trying to change the default font colour of the following StyledTextCtrl, I've been testing this for awhile and changing the hex code values however I can't seem to get it to change colour. (I want it to be purple). The current default colour is Black. When I add self.StyleSetForeground(wx.stc.STC_STYLE_DEFAULT,wx.Colour(230, 230, 250)) It changes the colour of the line number. (On the side of the StyledTextCtrl, it shows the line you are on). Does anyone know a solution, or maybe whats