X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/60abf0c5588242a83f7f9c87940996727fef5f2c..519d679d1fcc4b2678384bc41ed84466f43c5477:/dot/ipython-config.py diff --git a/dot/ipython-config.py b/dot/ipython-config.py index 3377a2b..1555bba 100644 --- a/dot/ipython-config.py +++ b/dot/ipython-config.py @@ -21,7 +21,7 @@ c.TerminalInteractiveShell.highlighting_style = 'emacs' 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', @@ -30,6 +30,7 @@ c.TerminalInteractiveShell.highlighting_style_overrides = { T.Name.Class: '#fff', T.Name.Constant: 'italic #fff', T.Name.Decorator: '#fff', + T.Name.Exception: '#fff', T.Name.Function: '#fff', T.Name.Function.Magic: '#fff', T.Name.Label: '#fff',