chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b5263ae
)
dot/ipython-config.py: Don't colour exception-class names specially.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 28 Jul 2017 12:36:04 +0000
(13:36 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 28 Jul 2017 12:47:16 +0000
(13:47 +0100)
dot/ipython-config.py
patch
|
blob
|
blame
|
history
diff --git
a/dot/ipython-config.py
b/dot/ipython-config.py
index 3377a2b25510e759673791e60848a459a141187c..752ca0464060c3d17528315ae8f0083d1c13d22c 100644
(file)
--- 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',