Docs

windows-terminal

Windows Terminal

profiles.defaults

json
{  "bellStyle": "none",  "colorScheme": "Vitesse Dark",  "font": {    "face": "FiraCode Nerd Font"  }}

profiles.list

json
[  {    "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe -NoLogo"  }]

schemes

json
{  "background": "#121212",  "black": "#393A34",  "blue": "#6394BF",  "brightBlack": "#777777",  "brightBlue": "#6394BF",  "brightCyan": "#5EAAB5",  "brightGreen": "#4D9375",  "brightPurple": "#D9739F",  "brightRed": "#CB7676",  "brightWhite": "#FFFFFF",  "brightYellow": "#E6CC77",  "cursorColor": "#CDC9BD",  "cyan": "#5EAAB5",  "foreground": "#CDCABE",  "green": "#4D9375",  "name": "Vitesse Dark",  "purple": "#D9739F",  "red": "#CB7676",  "selectionBackground": "#252525",  "white": "#CDCABE",  "yellow": "#E6CC77"}