summaryrefslogtreecommitdiffstats
path: root/.config/ipython/profile_default
diff options
context:
space:
mode:
Diffstat (limited to '.config/ipython/profile_default')
-rw-r--r--.config/ipython/profile_default/ipython_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ipython/profile_default/ipython_config.py b/.config/ipython/profile_default/ipython_config.py
index 322ece9..c75b9f7 100644
--- a/.config/ipython/profile_default/ipython_config.py
+++ b/.config/ipython/profile_default/ipython_config.py
@@ -156,7 +156,7 @@ c.TerminalIPythonApp.display_banner = False
# c.TerminalInteractiveShell.show_rewritten_input = True
# Set the color scheme (NoColor, Linux, or LightBG).
-# c.TerminalInteractiveShell.colors = 'Linux'
+c.TerminalInteractiveShell.colors = 'LightBG'
# Autoindent IPython code entered interactively.
# c.TerminalInteractiveShell.autoindent = True