How to restore the classic blue PowerShell interface in Windows 11
On Windows 11, the Windows Terminal uses a dark theme applied to all command-line configurations. This design choice helps create a consistent experience when switching between Command Prompt, PowerShell, and other shells within the same window. However, many people are more familiar with the classic blue PowerShell interface because it's easier to distinguish which environment to work in. Below are instructions on how to restore the blue PowerShell interface.
Restore the classic PowerShell blue color via Terminal.
Step 1:
Open Terminal on your computer, then click the arrow icon and select Settings .
Step 2:
Once the settings interface is displayed, click on Windows PowerShell to make changes.
Look to the side and click on Appearance to customize the look and feel of Windows PowerShell.
Step 3:
In the interface shown in the image, under the Color scheme section , select Campbell PowerShell from the list. You will then see the PowerShell interface turn blue as shown in the image.
Finally, click Save to save the new changes to the interface.
How to revert to classic green PowerShell colors via JSON file
Step 1:
In the PowerShell settings interface, select "Open JSON file" at the bottom of the interface.
Step 2:
In the JSON file opener, find the profiles section , scroll down to the square brackets , and paste the command below to change the information.
"colorScheme": "Campbell Powershell"
Finally, press Ctrl + S to save .