Skip to content

Instantly share code, notes, and snippets.

@diegorodrigo90
Last active May 21, 2020 01:46
Show Gist options
  • Save diegorodrigo90/d9fb8e4c09ae87c10605c4b6b8bb8147 to your computer and use it in GitHub Desktop.
Save diegorodrigo90/d9fb8e4c09ae87c10605c4b6b8bb8147 to your computer and use it in GitHub Desktop.
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"copyOnSelect": false,
"copyFormatting": false,
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"historySize": 9001,
"profiles":
{
"defaults":
{
"useAcrylic": true,
"acrylicOpacity": 0.6
},
"list":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"tabTitle": "Windows PowerShell",
"colorScheme": "Campbell Powershell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Prompt de comando",
"commandline": "cmd.exe",
"hidden": false,
"tabTitle": "Prompt de comando",
"colorScheme": "One Half Dark"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore",
"tabTitle": "PowerShell",
"colorScheme": "Campbell Powershell"
},
{
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
"hidden": false,
"name": "Kali Linux",
"source": "Windows.Terminal.Wsl",
"tabTitle": "Kali Linux",
"colorScheme": "Vintage"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"tabTitle": "Ubuntu",
"colorScheme": "Dracula"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"tabTitle": "Azure Cloud Shell",
"colorScheme": "Campbell"
}
]
},
"schemes": [
{
"name" : "Dracula",
"background" : "#272935",
"black" : "#21222C",
"blue" : "#BD93F9",
"cyan" : "#8BE9FD",
"foreground" : "#F8F8F2",
"green" : "#50FA7B",
"purple" : "#FF79C6",
"red" : "#FF5555",
"white" : "#F8F8F2",
"yellow" : "#FFB86C",
"brightBlack" : "#6272A4",
"brightBlue" : "#D6ACFF",
"brightCyan" : "#A4FFFF",
"brightGreen" : "#69FF94",
"brightPurple" : "#FF92DF",
"brightRed" : "#FF6E6E",
"brightWhite" : "#F8F8F2",
"brightYellow" : "#FFFFA5"
}
],
"keybindings":
[
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
{ "command": "find", "keys": "ctrl+shift+f" },
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment