My new Customized Windows Terminal settings.json 2024

I wanted to personalize my Terminal setting as part of upcoming articles and being more technical lately. Turned out… it’s not that easy and you require some reading of documentation.

Installation of Windows Terminal

I only use Winget to take care of these things and here is how you can do it now. The other option is a manual installation using GitHub.

The Terminal was originally announced back in 2019 and if you haven’t been using it, better start today for a productivity boost. The article is by Thomas Maurer, who also inspired me and his blog posting on the settings.json helped me.

Goal of customization

For my documentations and blog work I want to have a visible background to detect my work and screenshots. The second motivation was to help me using the right commands per each of the terminal tabs and support this with some visualization.

Existing documentation for settings.json

There are quite a good amount of articles and documentation you should read.

Value of this documentation

First feel free to download my settings.json, how I modified it and learn where to locate the background files.

The first challenge is to find our settings.json on your client. Mine was located here: C:\Users\ahart\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState. Make sure you change the username accordingly to your local username.

My changes to the file were with these global parameters, that are located in the upper section:

  • “copyOnSelect”: true, //this will automatically copy everything I select in the cmd to my clipboard
  • “firstWindowPreference”: “persistedWindowLayout”, //make sure the same windows / tabs reopen on the next start
image 13
Windows Terminal – Global Settings

For each of the tools / commands I want to use, I do need to modify it in the “list” section of the stettings.json.

  • “tabColor”: “#3c607e”, – Changes the tab color when started
  • “backgroundImage”: “C:\\Users\\ahart\\OneDrive\\Bilder\\terminal\\WindowsServer 2025Background-light.png”, – does present a background fitting to the use case I have with those tools
  • “backgroundImageOpacity”: 0.1 – Some pictures require opacity to be able to read correctly
image 14

Windows Terminal – List / Profil Settings

Important: My config file will not to work, because it is using files located in my onedrive path. Make sure you create files from the type png in a path on your system(s) and change it accordingly in the settings.json.

To find the RGB code for the “tabColor” I do use the Color Picker from the Powertoys.

When done correctly it will look similar to this one.

If you want to use my settings.json as a foundation for your own file, it is available here.

Windows Terminal Look with a customized settings.json
Terminal Settings – Animated Gif
Spread the knowledge
Avatar for Andreas Hartig
Andreas Hartig - MVP - Cloud and Datacenter Management, Microsoft Azure

Related Posts

Tinyproxy and a dragon IT architect from the shadowrun world looking at a large screen with graphs on it

Tinyproxy on Hyper-V – new Ubuntu 24.04

A Linux VM with Proxy, such as tinyproxy, can be used to reduce bandwidth as it caches frequently requested websites. Today we want to configure a Linux VM with a Proxy and deploy…

Spread the knowledge
Read more
COM Port Management and a dragon IT architect from the shadowrun world looking at a com port and a manufacturing floor

Windows – easy COM Port Management without Admin Rights with Windows 10 & 11

COM Port Management with no administrator rights is a challenge. You might have noticed that I am currently involved in IT and OT discussions. During OT modernization, I encountered a…

Spread the knowledge
Read more
Remote Desktop Connection Manager (RDCM) – A Must Have for Homelabs and a dragon IT architect from the shadowrun world looking at his computer monitor without humans

Remote Desktop Connection Manager (RDCM) – A Must-Have for Homelabs

Managing multiple remote connections efficiently is a challenge for IT professionals and homelab enthusiasts alike. Remote Desktop Connection Manager (RDCM) simplifies this process by providing a centralized interface for organizing…

Spread the knowledge
Read more
IT Architect dragon from the shadowrun universe with USB Stick and Rufus theme

Windows Server 2025 – Create bootable USB drives the easy way

To get started with Windows Servers 2025 you need to create a bootable USB drive. This normally is done on a USB Stick. To create a bootable USB Device and…

Spread the knowledge
Read more
A dragon IT Architect in the shadowrun world using an Excel document and the Azure Quick Review Tool

Azure Quick Review 2.04 – High Level Assessments

With Azure Quick Review (azqr) you can quickly make a High Level Assessment of an “Azure Subscription” or “Resource Group”. Installation of Azure Quick Review You can download the files…

Spread the knowledge
Read more
A dragon IT Architect in the shadowrun world using Microsoft Tools like Windows LAPS to secure his datacenter, relaxing and watching a sitcom on TV

Securing Local Administrator Accounts with Windows LAPS: A Get Started Guide for Windows Server Environments

Managing local administrator accounts securely is a critical aspect of maintaining a robust and secure IT environment. With the introduction of the Windows Local Administrator Password Solution (LAPS) in newer…

Spread the knowledge
Read more