Last active
November 29, 2019 02:44
-
-
Save ricardomaia/39534e8f32bda1cb2d33af347c529a31 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
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
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"showTerminalTitleInTitlebar": true, | |
"profiles": [ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"hidden": false | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "cmd", | |
"commandline": "cmd.exe", | |
"colorScheme": "Monokai Night", | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"cursorShape": "filledBox", | |
"cursorColor": "#FFFFFF", | |
"fontFace": "DejavuSansMono NF", | |
"fontSize": 12, | |
"hidden": false, | |
"padding": "10, 10, 10, 30" | |
}, | |
{ | |
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}", | |
"hidden": false, | |
"name": "kali-linux", | |
"source": "Windows.Terminal.Wsl", | |
"startingDirectory": "%USERPROFILE%", | |
"tabTitle": "Kali", | |
"icon": "C://Users//rmaia//OneDrive//Pictures//PNG_Icon//kali.png", | |
"backgroundImage": "ms-appdata:///roaming/wtb.jpg", | |
"backgroundImageOpacity": 0.25, | |
"backgroundImageStrechMode": "fill", | |
"useAcrylic": false | |
}, | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": false, | |
"name": "Ubuntu", | |
"colorScheme": "Monokai Night", | |
"startingDirectory": "E:/Apps", | |
"source": "Windows.Terminal.Wsl", | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"cursorShape": "filledBox", | |
"cursorColor": "#FFFFFF", | |
"fontFace": "DejavuSansMono NF", | |
"fontSize": 12 | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
], | |
"schemes": [ | |
{ | |
"name": "Monokai Night", | |
"background": "#1f1f1f", | |
"foreground": "#f8f8f8", | |
"black": "#1f1f1f", | |
"blue": "#6699df", | |
"cyan": "#e69f66", | |
"green": "#a6e22e", | |
"purple": "#ae81ff", | |
"red": "#f92672", | |
"white": "#f8f8f2", | |
"yellow": "#e6db74", | |
"brightBlack": "#75715e", | |
"brightBlue": "#66d9ef", | |
"brightCyan": "#e69f66", | |
"brightGreen": "#a6e22e", | |
"brightPurple": "#ae81ff", | |
"brightRed": "#f92672", | |
"brightWhite": "#f8f8f2", | |
"brightYellow": "#e6db74" | |
}, | |
{ | |
"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", | |
"name" : "Dracula", | |
"purple" : "#FF79C6", | |
"red" : "#FF5555", | |
"white" : "#F8F8F2", | |
"yellow" : "#F1FA8C" | |
}, | |
{ | |
"background" : "#3A3A3A", | |
"black" : "#1E2320", | |
"blue" : "#506070", | |
"brightBlack" : "#709080", | |
"brightBlue" : "#94BFF3", | |
"brightCyan" : "#93E0E3", | |
"brightGreen" : "#C3BF9F", | |
"brightPurple" : "#EC93D3", | |
"brightRed" : "#DCA3A3", | |
"brightWhite" : "#FFFFFF", | |
"brightYellow" : "#F0DFAF", | |
"cyan" : "#8CD0D3", | |
"foreground" : "#DCDCCC", | |
"green" : "#60B48A", | |
"name" : "Zenburn", | |
"purple" : "#DC8CC3", | |
"red" : "#D78787", | |
"white" : "#DCDCCC", | |
"yellow" : "#DFAF8F" | |
}, | |
{ | |
"background" : "#1C1C1C", | |
"black" : "#1E2320", | |
"blue" : "#506070", | |
"brightBlack" : "#709080", | |
"brightBlue" : "#94BFF3", | |
"brightCyan" : "#93E0E3", | |
"brightGreen" : "#C3BF9F", | |
"brightPurple" : "#EC93D3", | |
"brightRed" : "#DCA3A3", | |
"brightWhite" : "#FFFFFF", | |
"brightYellow" : "#F0DFAF", | |
"cyan" : "#8CD0D3", | |
"foreground" : "#DCDCCC", | |
"green" : "#60B48A", | |
"name" : "High-Contrast Zenburn", | |
"purple" : "#DC8CC3", | |
"red" : "#D78787", | |
"white" : "#DCDCCC", | |
"yellow" : "#DFAF8F" | |
} | |
], | |
"keybindings": [ | |
{ | |
"command": "closeTab", | |
"keys": [ | |
"ctrl+w" | |
] | |
}, | |
{ | |
"command": "newTab", | |
"keys": [ | |
"ctrl+t" | |
] | |
}, | |
{ | |
"command": "newTabProfile0", | |
"keys": [ | |
"ctrl+shift+1" | |
] | |
}, | |
{ | |
"command": "newTabProfile1", | |
"keys": [ | |
"ctrl+shift+2" | |
] | |
}, | |
{ | |
"command": "newTabProfile2", | |
"keys": [ | |
"ctrl+shift+3" | |
] | |
}, | |
{ | |
"command": "newTabProfile3", | |
"keys": [ | |
"ctrl+shift+4" | |
] | |
}, | |
{ | |
"command": "newTabProfile4", | |
"keys": [ | |
"ctrl+shift+5" | |
] | |
}, | |
{ | |
"command": "newTabProfile5", | |
"keys": [ | |
"ctrl+shift+6" | |
] | |
}, | |
{ | |
"command": "newTabProfile6", | |
"keys": [ | |
"ctrl+shift+7" | |
] | |
}, | |
{ | |
"command": "newTabProfile7", | |
"keys": [ | |
"ctrl+shift+8" | |
] | |
}, | |
{ | |
"command": "newTabProfile8", | |
"keys": [ | |
"ctrl+shift+9" | |
] | |
}, | |
{ | |
"command": "nextTab", | |
"keys": [ | |
"ctrl+tab" | |
] | |
}, | |
{ | |
"command": "openSettings", | |
"keys": [ | |
"ctrl+," | |
] | |
}, | |
{ | |
"command": "prevTab", | |
"keys": [ | |
"ctrl+shift+tab" | |
] | |
}, | |
{ | |
"command": "scrollDown", | |
"keys": [ | |
"ctrl+shift+down" | |
] | |
}, | |
{ | |
"command": "scrollDownPage", | |
"keys": [ | |
"ctrl+shift+pgdn" | |
] | |
}, | |
{ | |
"command": "scrollUp", | |
"keys": [ | |
"ctrl+shift+up" | |
] | |
}, | |
{ | |
"command": "scrollUpPage", | |
"keys": [ | |
"ctrl+shift+pgup" | |
] | |
}, | |
{ | |
"command": "switchToTab0", | |
"keys": [ | |
"alt+1" | |
] | |
}, | |
{ | |
"command": "switchToTab1", | |
"keys": [ | |
"alt+2" | |
] | |
}, | |
{ | |
"command": "switchToTab2", | |
"keys": [ | |
"alt+3" | |
] | |
}, | |
{ | |
"command": "switchToTab3", | |
"keys": [ | |
"alt+4" | |
] | |
}, | |
{ | |
"command": "switchToTab4", | |
"keys": [ | |
"alt+5" | |
] | |
}, | |
{ | |
"command": "switchToTab5", | |
"keys": [ | |
"alt+6" | |
] | |
}, | |
{ | |
"command": "switchToTab6", | |
"keys": [ | |
"alt+7" | |
] | |
}, | |
{ | |
"command": "switchToTab7", | |
"keys": [ | |
"alt+8" | |
] | |
}, | |
{ | |
"command": "switchToTab8", | |
"keys": [ | |
"alt+9" | |
] | |
} | |
] | |
} |
The "cursorShape" options are: vintage, bar, underscore, filledBox, emptyBox
"ms-appdata:///roaming/" path is located in: %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"DejavuSansMono NF" from https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.ttf