chiark / gitweb /
dot/ipython-config.py: Don't colour exception-class names specially.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jul 2017 12:36:04 +0000 (13:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jul 2017 12:47:16 +0000 (13:47 +0100)
dot/ipython-config.py

index 3377a2b25510e759673791e60848a459a141187c..752ca0464060c3d17528315ae8f0083d1c13d22c 100644 (file)
@@ -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',