Mercurial > dotfiles
diff dot_ipython/profile_default/ipython_config.py @ 575:cffb5f8caafa
Set colorscheme in ipython
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 05 Mar 2022 11:05:54 +0100 |
parents | bc1a474c732b |
children |
line wrap: on
line diff
--- a/dot_ipython/profile_default/ipython_config.py Fri Mar 04 10:35:44 2022 +0100 +++ b/dot_ipython/profile_default/ipython_config.py Sat Mar 05 11:05:54 2022 +0100 @@ -1,4 +1,6 @@ c.TerminalInteractiveShell.confirm_exit = False c.TerminalInteractiveShell.editing_mode = 'vi' +c.TerminalInteractiveShell.true_color = True +c.TerminalInteractiveShell.highlighting_style = 'one-dark' c.InteractiveShellApp.extensions = ["autoreload"] c.InteractiveShellApp.exec_lines = ['%autoreload 2']