Skip to content

Instantly share code, notes, and snippets.

@queicherius
Last active December 31, 2019 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save queicherius/da5dfffc4b47e59f03120d61bdd7ad79 to your computer and use it in GitHub Desktop.
Save queicherius/da5dfffc4b47e59f03120d61bdd7ad79 to your computer and use it in GitHub Desktop.
Microsoft Terminal Profile
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{6e9fa4d2-a4aa-562d-b1fa-0789dc1f83d7}",
"requestedTheme": "dark",
"profiles": [
{
"guid": "{6e9fa4d2-a4aa-562d-b1fa-0789dc1f83d7}",
"name": "WSL 1",
"source": "Windows.Terminal.Wsl",
"hidden": false,
"colorScheme": "XTerm",
"cursorShape": "filledBox",
"fontFace": "Cascadia Code",
"fontSize": 15
},
{
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"name": "WLS 2",
"source": "Windows.Terminal.Wsl",
"hidden": false,
"colorScheme": "XTerm",
"cursorShape": "filledBox",
"fontFace": "Cascadia Code",
"fontSize": 15
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Windows CMD",
"commandline": "cmd.exe",
"hidden": false,
"colorScheme": "XTerm",
"cursorShape": "filledBox",
"fontFace": "Cascadia Code",
"fontSize": 15
},
{
"guid": "{d8afdc0e-a636-5b68-89dd-50a9d0b54349}",
"hidden": true,
"name": "docker-desktop-data",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{570fcb8d-792c-5ac7-ab1f-5cfb2cdfdb99}",
"hidden": true,
"name": "docker-desktop",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
// Add custom color schemes to this array
"schemes": [
{
"name": "XTerm",
"background": "#000000",
"foreground": "#e5e5e5",
"black": "#000000",
"red": "#cd0000",
"green": "#00cd00",
"yellow": "#cdcd00",
"blue": "#0000ee",
"purple": "#cd00cd",
"cyan": "#00cdcd",
"white": "#e5e5e5",
"brightBlack": "#7f7f7f",
"brightRed": "#ff0000",
"brightGreen": "#00ff00",
"brightYellow": "#ffff00",
"brightBlue": "#5c5cff",
"brightPurple": "#ff00ff",
"brightCyan": "#00ffff",
"brightWhite": "#ffffff"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment