Created
November 17, 2020 11:56
-
-
Save fernandoescolar/84bf7b749da8ce5c52d1f55848b33bb9 to your computer and use it in GitHub Desktop.
Windows Terminal settings.json
This file contains hidden or 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
// Fernando Escolar's configuration 2020-11-01 | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{75de88dc-a61a-4f9d-8f17-b820620e7163}", | |
"theme": "dark", | |
"copyOnSelect": false, | |
"copyFormatting": false, | |
"profiles": [ | |
{ | |
"guid": "{75de88dc-a61a-4f9d-8f17-b820620e7163}", | |
"acrylicOpacity": 0.75, | |
"closeOnExit": true, | |
"commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l", | |
"historySize": 9001, | |
"icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico", | |
"name": "Bash", | |
"snapOnInput": true, | |
"startingDirectory": "%USERPROFILE%", | |
"useAcrylic": true, | |
"backgroundImage": "C:\\Backgrounds\\sf2-chun-li.gif", | |
"backgroundImageOpacity": 0.08, | |
"backgroundImageStretchMode": "uniformToFill", | |
"colorScheme": "Dracula", | |
"cursorShape": "vintage" | |
}, | |
{ | |
"guid": "{32b1ecb1-3e15-4606-9683-e0d644adb2ea}", | |
"acrylicOpacity": 0.75, | |
"closeOnExit": true, | |
"commandline": "cmd.exe /k call C:\\Cmder\\vendor\\init.bat", | |
"historySize": 9001, | |
"icon": " C:\\Cmder\\icons\\cmder.ico", | |
"name": "Cmder", | |
"snapOnInput": true, | |
"startingDirectory": "C:\\bb", | |
"useAcrylic": true, | |
"backgroundImage": "C:\\Backgrounds\\sf2-guille.gif", | |
"backgroundImageOpacity": 0.08, | |
"backgroundImageStretchMode": "uniformToFill", | |
"colorScheme": "One Half Dark" | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt", | |
"commandline": "cmd.exe", | |
"backgroundImage": "C:\\Backgrounds\\dhalsim.gif", | |
"backgroundImageOpacity": 0.2, | |
"backgroundImageStretchMode": "uniformToFill", | |
"closeOnExit": true, | |
"colorScheme": "Retro", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "filledBox", | |
"fontSize": 12, | |
"padding": "5, 5, 5, 5", | |
"fontFace": "PxPlus IBM VGA8", | |
"experimental.retroTerminalEffect": true | |
}, | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"backgroundImage": "C:\\Backgrounds\\edu_blame.gif", | |
"background": "#c3c3c3", | |
"backgroundImageOpacity": 0.1, | |
"backgroundImageStretchMode": "none", | |
"colorScheme": "OneLight" | |
}, | |
{ | |
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", | |
"name": "Ubuntu-18.04", | |
"source": "Windows.Terminal.Wsl", | |
"colorScheme": "UbuntuLegit", | |
"useAcrylic": true, | |
"backgroundImage": "C:\\Backgrounds\\sf2-ryu.jpg", | |
"backgroundImageOpacity": 0.1, | |
"backgroundImageStretchMode": "uniformToFill" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure", | |
"backgroundImage": "C:\\Backgrounds\\sf2-honda.jpg", | |
"backgroundImageOpacity": 0.1, | |
"backgroundImageStretchMode": "uniformToFill" | |
}, | |
{ | |
"guid": "{d192740d-3258-445c-800f-5258a0a4bb81}", | |
"name": "Developer Command Prompt for VS 2019", | |
"commandline": "cmd.exe /k \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\VsDevCmd.bat\"", | |
"startingDirectory": "%USERPROFILE%", | |
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png", | |
"backgroundImage": "C:\\Backgrounds\\sf2-blanca.gif", | |
"backgroundImageOpacity": 0.2, | |
"backgroundImageStretchMode": "uniformToFill", | |
"colorScheme": "Vintage" | |
} | |
], | |
"schemes": [ | |
{ | |
"name": "VibrantInk", | |
"background": "#000000", | |
"foreground": "#FFFFFF", | |
"black": "#878787", | |
"blue": "#44B4CC", | |
"cyan": "#44B4CC", | |
"green": "#CCFF04", | |
"purple": "#9933CC", | |
"red": "#FF6600", | |
"white": "#F5F5F5", | |
"yellow": "#FFCC00", | |
"brightBlack": "#555555", | |
"brightBlue": "#0000FF", | |
"brightCyan": "#00FFFF", | |
"brightGreen": "#00FF00", | |
"brightPurple": "#FF00FF", | |
"brightRed": "#FF0000", | |
"brightWhite": "#E5E5E5", | |
"brightYellow": "#FFFF00" | |
}, | |
{ | |
"name": "Ubuntu", | |
"background": "#2C001E", | |
"foreground": "#EEEEEC", | |
"black": "#EEEEEC", | |
"blue": "#268BD2", | |
"cyan": "#2AA198", | |
"green": "#729FCF", | |
"purple": "#D33682", | |
"red": "#16C60C", | |
"white": "#EEE8D5", | |
"yellow": "#B58900", | |
"brightBlack": "#002B36", | |
"brightBlue": "#839496", | |
"brightCyan": "#93A1A1", | |
"brightGreen": "#586E75", | |
"brightPurple": "#6C71C4", | |
"brightRed": "#CB4B16", | |
"brightWhite": "#FDF6E3", | |
"brightYellow": "#657B83" | |
}, | |
{ | |
"name": "UbuntuLegit", | |
"background": "#2C001E", | |
"foreground": "#EEEEEE", | |
"black": "#4E9A06", | |
"blue": "#3465A4", | |
"cyan": "#06989A", | |
"green": "#300A24", | |
"purple": "#75507B", | |
"red": "#CC0000", | |
"white": "#D3D7CF", | |
"yellow": "#C4A000", | |
"brightBlack": "#555753", | |
"brightBlue": "#729FCF", | |
"brightCyan": "#34E2E2", | |
"brightGreen": "#8AE234", | |
"brightPurple": "#AD7FA8", | |
"brightRed": "#EF2929", | |
"brightWhite": "#EEEEEE", | |
"brightYellow": "#FCE94F" | |
}, | |
{ | |
"name": "Dracula", | |
"background": "#282A36", | |
"foreground": "#F8F8F2", | |
"black": "#21222C", | |
"blue": "#BD93F9", | |
"cyan": "#8BE9FD", | |
"green": "#50FA7B", | |
"purple": "#FF79C6", | |
"red": "#FF5555", | |
"white": "#F8F8F2", | |
"yellow": "#F1FA8C", | |
"brightBlack": "#6272A4", | |
"brightBlue": "#D6ACFF", | |
"brightCyan": "#A4FFFF", | |
"brightGreen": "#69FF94", | |
"brightPurple": "#FF92DF", | |
"brightRed": "#FF6E6E", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFFFA5" | |
}, | |
{ | |
"name": "VibrantInkLight", | |
"background": "#ffffff", | |
"foreground": "#000000", | |
"black": "#878787", | |
"blue": "#44B4CC", | |
"cyan": "#FF6600", | |
"green": "#CCFF04", | |
"purple": "#9933CC", | |
"red": "#FF6600", | |
"white": "#F5F5F5", | |
"yellow": "#FFCC00", | |
"brightBlack": "#555555", | |
"brightBlue": "#0000FF", | |
"brightCyan": "#00FFFF", | |
"brightGreen": "#FF6600", | |
"brightPurple": "#FF00FF", | |
"brightRed": "#FF0000", | |
"brightWhite": "#E5E5E5", | |
"brightYellow": "#0000FF" | |
}, | |
{ | |
"name": "OneDark", | |
"background": "#1e2127", | |
"foreground": "#abb2bf", | |
"black": "#1e2127", | |
"red": "#e06c75", | |
"green": "#98c379", | |
"yellow": "#d19a66", | |
"blue": "#61afef", | |
"purple": "#c678dd", | |
"cyan": "#56b6c2", | |
"white": "#abb2bf", | |
"brightBlack": "#5c6370", | |
"brightRed": "#e06c75", | |
"brightGreen": "#98c379", | |
"brightYellow": "#d19a66", | |
"brightBlue": "#61afef", | |
"brightPurple": "#c678dd", | |
"brightCyan": "#56b6c2", | |
"brightWhite": "#ffffff", | |
"cursorColor": "#aaaaaa" | |
}, | |
{ | |
"name": "OneLight", | |
"background": "#f9f9f9", | |
"foreground": "#2a2c33", | |
"black": "#000000", | |
"red": "#de3e35", | |
"green": "#3f953a", | |
"yellow": "#d2b67c", | |
"blue": "#2f5af3", | |
"purple": "#950095", | |
"cyan": "#3f953a", | |
"white": "#bbbbbb", | |
"brightBlack": "#000000", | |
"brightRed": "#de3e35", | |
"brightGreen": "#3f953a", | |
"brightYellow": "#44B4CC", | |
"brightBlue": "#2f5af3", | |
"brightPurple": "#a00095", | |
"brightCyan": "#3f953a", | |
"brightWhite": "#aaaaaa", | |
"cursorColor": "#aaaaaa" | |
}, | |
{ | |
"name": "Retro", | |
"background": "#000000", | |
"foreground": "#00ff00", | |
"black": "#00ff00", | |
"blue": "#00ff00", | |
"cyan": "#00ff00", | |
"green": "#00ff00", | |
"purple": "#00ff00", | |
"red": "#00ff00", | |
"white": "#00ff00", | |
"yellow": "#00ff00", | |
"brightBlack": "#00ff00", | |
"brightBlue": "#00ff00", | |
"brightCyan": "#00ff00", | |
"brightGreen": "#00ff00", | |
"brightPurple": "#00ff00", | |
"brightRed": "#00ff00", | |
"brightWhite": "#00ff00", | |
"brightYellow": "#00ff00" | |
} | |
], | |
"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" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "horizontal" | |
}, | |
"keys": "alt+shift+v" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "vertical" | |
}, | |
"keys": "alt+shift+h" | |
}, | |
{ | |
"command": "closePane", | |
"keys": "alt+shift+q" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The VSdev console was something I didn't think about adding.. Duh haha! Thanks!