Skip to content

Windows Terminal

A.L.K edited this page Sep 8, 2020 · 1 revision

Color scheme

This config jason will change some parameter of the new Windows Terminal. It will change to the Dracula color scheme with a minor change (cursor will be pink)

{
  "cursorColor": "#FF79C6"
}

Custom profile

Add a custom profile to the terminalOfficial Windows Terminal Profile docs. Some of the atributtes are:

{
  "guid": ,
  "name": ,
  "hidden": ,
  "commandline": ,
  "startingDirectory": ,
  "icon":
}

GUID

You will need a new GUID, you can generate one with:

New-Guid

To know more about this you can check the official guid page

Name

The name that will apear on the tab and on the menu.

Hidden

Sets if the profile will be displayed on the profile menu.

Command Line

Sets the command line you will be using, powershell, cmd...

Starting directory

Pretty much self explanatory

Icon

Icon displayed with the name, it can be an URL or a file on your PC

Clone this wiki locally