Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e79cbbe

Browse files
authored
Merge pull request #498 from stonebig/master
make powershell background color compatible with jupyter-console
2 parents a647441 + 60f21ac commit e79cbbe

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)