How to Change the Theme or Color on Windows Terminal in Windows 10/11

Table of Contents

The new Windows Terminal is a great replacement for the Command Prompt or Windows PowerShell on Windows 10/11 PCs. 

Unlike the old cmd.exe,Windows Terminal is customizable, allowing you to open PowerShell windows, connect to remote Azure terminals, and more. You can even customize Windows Terminal to look how you want.

How to Change the Theme or Color on Windows Terminal in Windows 10/11

If you’re struggling to see the text results for commands you launch, you might want to know how to customize the Windows Terminal app to suit your needs. This guide will show you how.

How to Change Themes in Windows Terminal?

By default, the Windows Terminal app uses Campbell as the default color scheme for new Windows PowerShell tabs. You can customize Windows Terminal to use any supported theme on Windows 10/11.

1. Right click on the Start menu and open the Terminal app.

2. In the Terminal window, press the drop-down arrow on the tab bar then select Settings.

How to Change the Theme or Color on Windows Terminal in Windows 10/11

3. In Settings page, select your default profile in the menu on the left then select Appearance on the right.

Note

For most users, the default profile will be Windows PowerShell

How to Change the Theme or Color on Windows Terminal in Windows 10/11

4. In Appearance page, choose a desire color scheme from the color scheme drop-down menu. Once you select a color scheme, you can see the preview of that color scheme immediately.

Additionally, in the Appearance page, you can configure the font face, font size and font weight as well.

How to Change the Theme or Color on Windows Terminal in Windows 10/11

5. Press Save to confirm. Your chosen font should appear automatically. If it doesn’t, close the Terminal window and restart it. 

Note

After you complete the steps, only the command-line tool you configured will start using the new color scheme..

Change the Windows Terminal color with settings.json

Alternatively, you can configure the color scheme for the Terminal with the settings.json file.

1. Open Terminal then press the keyboard shortcut to open the settings.json or you can open the Settings page then select Open JSON file at the left bottom corner.

How to Change the Theme or Color on Windows Terminal in Windows 10/11

2. Under the profiles section, inside a profile brackets, for example PowerShell profile. Change this command to change the color scheme for this profile:

"colorScheme": "Campbell",
How to Change the Theme or Color on Windows Terminal in Windows 10/11

3. Save the file then the font settings will apply automatically. For example, we changed the color scheme to Solarized Light.

How to Change the Theme or Color on Windows Terminal in Windows 10/11

The list of color schemes in Windows Terminal: Windows Terminal Color Schemes | Microsoft Learn

Leave a Comment

Required fields are marked *