Skip to content

Commit 3ac32b9

Browse files
committed
Use Neutral theme for Inspector
1 parent 6cf45c6 commit 3ac32b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fire/inspectutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def Info(component):
256256
"""
257257
try:
258258
from IPython.core import oinspect # pylint: disable=import-outside-toplevel,g-import-not-at-top
259-
inspector = oinspect.Inspector()
259+
inspector = oinspect.Inspector(theme_name="Neutral")
260260
info = inspector.info(component)
261261

262262
# IPython's oinspect.Inspector.info may return '<no docstring>'

0 commit comments

Comments
 (0)