Windows Terminal with WSL Configuration: profiles.json

Michael Roma on Apr 3, 2020

The following is a subset of the settings I use for Windows Terminal with WSL:

"globals": {
    "copyOnSelect" : true,
    "wordDelimiters" : " \\()\"':,;<>~!@#$%^&*|+=[]{}~?\u2502"
}

Profiles:

{
    "acrylicOpacity": 0.5,
    "closeOnExit": true,
    "colorScheme": "Dracula",
    "commandline": "wsl.exe ~ -d Ubuntu-18.04",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Source Code Pro for Powerline",
    "fontSize": 10,
    "padding": "5, 5, 10, 5",
    "snapOnInput": true
}

Schemes:

{
    "background": "#282A36",
    "black": "#21222C",
    "blue": "#F1FA8C",
    "brightBlack": "#6272A4",
    "brightBlue": "#D6ACFF",
    "brightCyan": "#A4FFFF",
    "brightGreen": "#69FF94",
    "brightPurple": "#FF92DF",
    "brightRed": "#FF6E6E",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FFFFA5",
    "cyan": "#8BE9FD",
    "foreground": "#F8F8F2",
    "green": "#50FA7B",
    "name": "Dracula",
    "purple": "#BD93F9",
    "red": "#FF5555",
    "white": "#F8F8F2",
    "yellow": "#F1FA8C"
}