From 4e60831885873b0465e15caab9d678e17dc0c6ec Mon Sep 17 00:00:00 2001 From: nevsal <81089868+nevsal@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:37:23 +0200 Subject: [PATCH] Remove console colorization from WinPython_PS_Prompt.ps1 --- portable/scripts/WinPython_PS_Prompt.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/portable/scripts/WinPython_PS_Prompt.ps1 b/portable/scripts/WinPython_PS_Prompt.ps1 index ecd2d6aa..fc730090 100644 --- a/portable/scripts/WinPython_PS_Prompt.ps1 +++ b/portable/scripts/WinPython_PS_Prompt.ps1 @@ -63,8 +63,4 @@ Param([int]$x=$host.ui.rawui.windowsize.width, } # Windows10 yelling at us with 150 40 6000 # Set-WindowSize 195 40 6000 - -### Colorize to distinguish -$host.ui.RawUI.BackgroundColor = "Black" -$host.ui.RawUI.ForegroundColor = "White" }