Skip to content

Instantly share code, notes, and snippets.

@crutchcorn
Created January 26, 2021 14:37
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 crutchcorn/dff1aee5c887784d825dc124a975db95 to your computer and use it in GitHub Desktop.
Save crutchcorn/dff1aee5c887784d825dc124a975db95 to your computer and use it in GitHub Desktop.
// 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": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
[
{
"guid": "{5b4ef9a8-4506-4ac9-930a-5eb1fd0ebf20}",
"name": "Cmder",
"commandline": "cmd.exe /k %cmder_root%/vendor/init.bat",
"icon" : " %cmder_root%/icons/cmder.ico",
"hidden": false,
"startingDirectory" : "%USERPROFILE%/git",
"fontFace": "Cascadia Code PL"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command \"Invoke-Expression 'Import-Module ''%cmder_root%/vendor/profile.ps1'''\"",
"hidden": false,
"startingDirectory" : "%USERPROFILE%/git",
"colorScheme" : "Dracula",
"fontFace": "Cascadia Code PL"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"fontFace": "Cascadia Code PL"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
],
"schemes": [
{
"name": "Material",
"background": "#1E282C",
"black": "#073641",
"blue": "#80CBC3",
"brightBlack": "#002B36",
"brightBlue": "#7DC6BF",
"brightCyan": "#34434D",
"brightGreen": "#C3E88D",
"brightPurple": "#6C71C3",
"brightRed": "#EB606B",
"brightWhite": "#FFFFFF",
"brightYellow": "#F7EB95",
"cyan": "#AEDDFF",
"foreground": "#C3C7D1",
"green": "#C3E88D",
"purple": "#FF2490",
"red": "#EB606B",
"white": "#FFFFFF",
"yellow": "#F7EB95"
},
{
"name" : "Dracula",
"background" : "#282A36",
"black" : "#21222C",
"blue" : "#BD93F9",
"brightBlack" : "#6272A4",
"brightBlue" : "#D6ACFF",
"brightCyan" : "#A4FFFF",
"brightGreen" : "#69FF94",
"brightPurple" : "#FF92DF",
"brightRed" : "#FF6E6E",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#FFFFA5",
"cyan" : "#8BE9FD",
"foreground" : "#F8F8F2",
"green" : "#50FA7B",
"purple" : "#FF79C6",
"red" : "#FF5555",
"white" : "#F8F8F2",
"yellow" : "#F1FA8C"
}
],
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment