8000 make powershell background color compatible with jupyter-console · secondmover/winpython@60f21ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 60f21ac

Browse files
author
stonebig
committed
make powershell background color compatible with jupyter-console
1 parent 334bbb9 commit 60f21ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ def _create_batch_scripts_initial(self):
714714
715715
### Colorize to distinguish
716716
#$host.ui.RawUI.BackgroundColor = "DarkBlue"
717+
$host.ui.RawUI.BackgroundColor = "Black"
717718
$host.ui.RawUI.ForegroundColor = "White"
718719
719720
""")

0 commit comments

Comments
 (0)
0