X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/60abf0c5588242a83f7f9c87940996727fef5f2c..a429242ddbd6f3c7f5b9b46ec6eacca6444c10ec:/dot/ipython-config.py diff --git a/dot/ipython-config.py b/dot/ipython-config.py index 3377a2b..752ca04 100644 --- a/dot/ipython-config.py +++ b/dot/ipython-config.py @@ -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',