Created
June 8, 2021 21:01
-
-
Save guilhermecapitao/21a63f25f1e44a45ad0d10d7e840909c to your computer and use it in GitHub Desktop.
WIndows terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"copyOnSelect": false, | |
"copyFormatting": false, | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"colorScheme" : "Dracula Edited" | |
}, | |
"list": | |
[ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe -NoLogo", | |
"hidden": false, | |
"fontFace": "JetBrains Mono", | |
"fontSize": 10, | |
"startingDirectory": "C:\\www" | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Prompt de comando", | |
"commandline": "cmd.exe", | |
"hidden": false, | |
"startingDirectory": "C:\\www" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
] | |
}, | |
"schemes": [ | |
{ | |
"name": "Dracula Edited", | |
"cursorColor": "#f8f8f2", | |
"selectionBackground": "#454158", | |
"background": "#22212C", | |
"foreground": "#F8F8F2", | |
"black": "#21222C", | |
"blue": "#9580FF", | |
"cyan": "#80FFEA", | |
"green": "#50FA7B", | |
"purple": "#FF80BF", | |
"red": "#FF9580", | |
"white": "#F8F8F2", | |
"yellow": "#FFFF80", | |
"brightBlack": "#999999", | |
"brightBlue": "#D6ACFF", | |
"brightCyan": "#A4FFFF", | |
"brightGreen": "#69FF94", | |
"brightPurple": "#FF92DF", | |
"brightRed": "#FF9580", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFFFA5" | |
} | |
], | |
"actions": | |
[ | |
{ "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