Turns out it was faithfully producing the unpleasant lime-green colour
I'd inexplicably asked for.
c.TerminalInteractiveShell.highlighting_style_overrides = {
T.Keyword: 'bold #fff',
T.Comment: 'italic #54ff9f',
c.TerminalInteractiveShell.highlighting_style_overrides = {
T.Keyword: 'bold #fff',
T.Comment: 'italic #54ff9f',
- T.Literal.Number: '#adff2f',
+ T.Literal.Number: '#ffff00',
T.Literal.String: '#87ceff',
T.Literal.String.Escape: '#87ceff',
T.Literal.String.Interpol: '#87ceff',
T.Literal.String: '#87ceff',
T.Literal.String.Escape: '#87ceff',
T.Literal.String.Interpol: '#87ceff',