changeset 575:cffb5f8caafa

Set colorscheme in ipython
author zegervdv <zegervdv@me.com>
date Sat, 05 Mar 2022 11:05:54 +0100
parents 8b04d5ffd210
children 9f35e79242d0
files dot_ipython/profile_default/ipython_config.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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']