Gladly, you don’t have to stick with it.

double-check you have the Windows Terminal app installed from theMicrosoft Store.

Go to Search in the Taskbar and enterTerminal, then pop fire up top result.

Windows 11 screen with the terminal open.

Lucas Gouveia / How-To Geek

On the title bar, press the drop-down button and go to “configs.”

From here on, we’ll tweak different controls to change the look and feel of the Windows Terminal.

Title bar

Let’s start with the title bar.

Windows Terminal in the Microsoft Store

Right now, it has a solid black color, but you could make it transparent.

The title bar should become transparent with a blurry effect.

You’ll see whatever is behind the Terminal window but behind a blurred glass.

Opening Windows Terminal

When adding a new color scheme, you have two options.

Then, you’re free to choose that scheme from the list of color schemes.

it’s crucial that you set it as default to start using it.

Opening Windows Terminal settings

First, you’ll need to create the JSON code for your color scheme.

However, you’re able to find many done-for-you themes on the internet.

Many websitessuch asWindows Terminal ThemesandTerminalSplashoffer JSON code for different themes.

Making Windows Terminal title bar transparent

Search and pick one that suits your taste.

For demonstration, I’m choosing thisSolarized Dark Patchedtheme from TerminalSplash.

After copying the JSON code, bring up the JSON file of the Terminal.

Transparent Windows Terminal title bar

It will open in your defaulttext editorfor JSON files, which is probablyNotepad.

After that, scroll down until you find the Schemes section.

you’re free to also use the search functionality to find it faster.

Windows Terminal Application Theme

Add a comma after the last scheme and then paste the JSON code of your color scheme.

Save the file and exit the JSON file.

Set it as default to use it.

Windows Terminal color schemes

Press the “Save” button to store your changes.

To see the new theme in action, restart the Windows Terminal.

Then, under Additional parameters, go to “Appearance.”

Adding a new color scheme to the Windows Terminal

You should see a few font-related options here.

you’re free to choose the font family, font size, and font weight.

There are a few fonts to choose from.

New color scheme added to the Windows Terminal

Color and Background

When you choose a theme, it automatically selects a set of colors.

However, you could adjust the colors individually.

you’re free to set a color for the foreground, background, cursor, and selection.

New color scheme in the Windows Terminal

it’s possible for you to also use your desktop wallpaper.

double-check to choose a less bright image as your background.

Otherwise, you’ll have a hard time seeing the text.

Opening the Windows Terminal JSON file

Another option is to lower the opacity to about 50%.

It allows you to set colorful and meaningful themes on the Terminal prompt.

To confirm the installation, run:

Great!

Windows Terminal JSON color schemes

It’s been installed successfully.

Now we can customize our Terminal using this tool.

fire up the Terminal as an administrator.

Adding a new color scheme to the Windows Terminal using JSON

I’m going to install “Meslo.”

Now let’s try an Oh My Posh theme.

Open PowerShell and run:

That already looks better than what we had.

Dark Solarized Patched color scheme on the Windows Terminal

Turn on “Use the new text renderer (“AtlasEngine”).”

Also, see to it you’ve installed a compatible Nerd Font.

However, if you restart the Terminal, it will be gone.

Font settings in Windows Terminal

So, let’s make it the default shell theme for PowerShell.

Open your PowerShell profile in a text editor.

Press “Yes.”

Dfferent font settings in Windows Terminal

In that case, runSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachineas administrator first.

Now, whenever you open PowerShell, you’ll see the Oh My Posh custom prompt.

There are dozens of themes in Oh My Posh.

Choosing colors in the Windows Terminal

If you see an error about Get-PSReadLineKeyHandler, runInstall-Module PsReadLine -Forceas administrator first.

First, you’ll need to export the theme as a JSON, YAML, or TOML file.

Then you might edit that file to make changes and store it as a custom theme.

Windows Terminal background settings

you could even create your own themes in the same way.

Lastly, check out the icons by runninglsin PowerShell.

Combining everything so far, here’s my final result.

Windows Terminal with an image background

With some creativity, you might make it more flashy.

Installing Oh My Posh on Windows

Using Oh My Posh in the Windows Terminal

Installing the Meslo font using Oh My Posh

Settings a default font in the Windows Terminal

Using an Oh My Posh theme on PowerShell

Windows PowerShell with Oh My Posh initialized theme

Oh My Posh themes displayed in PowerShell

Changing the theme in Oh My Posh

Configuring Oh My Posh theme for PowerShell

Listing the directory content in Windows 11 using PowerShell

A customized Windows Terminal