From 60f21ac4beb7fc29f1d1d1b8b6522f7539245793 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 18 Feb 2017 23:37:51 +0100 Subject: [PATCH] make powershell background color compatible with jupyter-console --- make.py | 1 + 1 file changed, 1 insertion(+) diff --git a/make.py b/make.py index d2def077..31cba535 100644 --- a/make.py +++ b/make.py @@ -714,6 +714,7 @@ def _create_batch_scripts_initial(self): ### Colorize to distinguish #$host.ui.RawUI.BackgroundColor = "DarkBlue" +$host.ui.RawUI.BackgroundColor = "Black" $host.ui.RawUI.ForegroundColor = "White" """)