You are reading the article How To Set A Custom Theme In Windows Terminal updated in September 2023 on the website Chivangcangda.com. We hope that the information we have shared is helpful to you. If you find the content interesting and meaningful, please share it with your friends and continue to follow and support us for the latest updates. Suggested October 2023 How To Set A Custom Theme In Windows Terminal
Earlier, there were only three options present to use as a theme (Dark, Light, and Windows theme) in Windows Terminal. Now you can create and set a custom theme with any of your favorite colors. The best part is you can use a custom theme with the color scheme feature of Windows Terminal.
Before you proceed, do note that this custom theme feature has come with version 1.16 of Windows Terminal. Currently, it can be accessed in the Preview release, but it will be a part of the stable version of Windows Terminal soon.
How to set a Custom Theme in Windows TerminalIn order to set a custom theme in Windows Terminal on your Windows 11/10 computer, you need to edit the JSON settings file of Windows Terminal. There you can add theme content and then save the JSON file. After that, the custom theme can be set. Editing that file is quite easy. Even if something goes wrong, you can always reset Windows Terminal settings to default very easily. Now let’s check the steps:
Open the Windows Terminal app
Access the Settings tab
Open the JSON settings file
Add the theme contents in the required place
Save the JSON file
Access the Appearance section
Select your custom theme
Save the changes.
Let’s have a look at all these steps in detail.
First, you need to open the Windows Terminal app which can be done using the Start menu, Search box, etc., on your Windows 11/10 computer.
Scroll down the settings content to look for the “themes”: [] line. This is where you need to add the content for your custom theme. You must enter the content under the square brackets or closed brackets only. Here is a sample theme content that will give you a good idea:
"themes": [ { "name": "The Windows Club", "tab": { "background": "#FFA500FF", "showCloseButton": "always", "unfocusedBackground": "#FFFF00FF" }, "tabRow": { "background": "#00FFFFFF", "unfocusedBackground": "#FF0000FF" }, "window": { "applicationTheme": "light" } } ]The theme content has the following important items:
Theme Name: You can give any name to your theme and it will appear in settings. As in the above example, you can change The Windows Club with any other name
Tab background color: You can enter the Hex color code of your choice to show that color for the focused or active tab
Set a background color for the unfocused tabs. Again, you need to enter a Hex color code
Background color for tab row
Background color for tab row for the unfocused window
Application theme: It can be set to dark, light, or system only. It doesn’t let you select a custom color.
Once the theme content is added, use the File menu of Notepad to save the JSON file.
Related: How to enable Transparent Background in Windows Terminal
In the same way, you can add content for other themes. Just remember to close the content of one theme with a comma(,), and enter the content of another theme in a separate line. Keep the theme contents in the square brackets.
Now come back to the Settings tab of Windows Terminal. After that, access the Appearance section available on the left part of Settings. Open the drop-down menu available for the Theme option and there you will see the name of your custom theme.
Select that theme and press the Save button.
That’s it! It will immediately change the theme and the custom theme will be applied in all the opened instances of Windows Terminal.
Hope it is helpful.
How do I customize Windows Terminal?If you want to customize Windows Terminal, then you can do that either using the JSON file or the Settings page of Windows Terminal. In the JSON file, you need to add the content for customization and on the Settings page, there are preset options present to change cursor shape for a profile in Windows Terminal, change font size and font weight for a profile, and lots more.
How do I add a custom color scheme to Windows Terminal?If want to add a custom color scheme for a Windows Terminal profile, then you need to access the Color schemes section present in Windows Terminal Settings. There you can use the Add new button and then Edit the new scheme to set cursor color, selection background, profile background color, etc. After that, you can change the color scheme for a Windows Terminal profile.
Read next: Windows Terminal Tips and Tricks to work like a Pro.
You're reading How To Set A Custom Theme In Windows Terminal
Update the detailed information about How To Set A Custom Theme In Windows Terminal on the Chivangcangda.com website. We hope the article's content will meet your needs, and we will regularly update the information to provide you with the fastest and most accurate information. Have a great day!