Created
May 7, 2019 04:22
-
-
Save shanselman/221ef38d035fcf2836d664009f144eac to your computer and use it in GitHub Desktop.
Windows Terminal Profile
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
{ | |
"defaultProfile": "{7d04ce37-c00f-43ac-ba47-992cb1393215}", | |
"initialRows": 30, | |
"initialCols": 120, | |
"alwaysShowTabs": true, | |
"showTerminalTitleInTitlebar": true, | |
"experimental_showTabsInTitlebar": true, | |
"requestedTheme": "dark", | |
"profiles": [ | |
{ | |
"startingDirectory": "C:/Users/Scott/Desktop", | |
"guid": "{7d04ce37-c00f-43ac-ba47-992cb1393215}", | |
"name": "DOS but not DOS", | |
"colorscheme": "Solarized Dark", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#00FF00", | |
"cursorHeight": 25, | |
"cursorShape": "vintage", | |
"commandline": "cmd.exe", | |
"fontFace": "Cascadia Code", | |
"fontSize": 20, | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/cmd-32.png" | |
}, | |
{ | |
"startingDirectory": "C:/Users/Scott/Desktop", | |
"guid": "{79285a8e-036c-446f-8a9c-78994e34bf85}", | |
"name": "Powershell", | |
"background": "#012456", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "powershell.exe", | |
"fontFace": "Ubuntu Mono", | |
"fontSize": 20, | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/pwsh-32.png" | |
}, | |
{ | |
"guid": "{39285a8e-036c-446f-8a9c-78994e34bf85}", | |
"name": "VS2019 Powershell", | |
"background": "#012456", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#00FF00", | |
"cursorHeight": 25, | |
"cursorShape": "vintage", | |
"commandline": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy Bypass -NoLogo -NoExit -File \"C:\\PROGRA~2\\MIB055~1\\2019\\Preview\\Common7\\Tools\\VsDevPs.ps1\"", | |
"fontFace": "Fira Code", | |
"fontSize": 20, | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/vs2019.png" | |
}, | |
{ | |
"guid": "{8d04ce37-c00f-43ac-ba47-992cb1393215}", | |
"name": "Ubuntu", | |
"colorscheme": "UbuntuLegit", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "wsl.exe -d Ubuntu-18.04", | |
"fontFace": "Fira Code", | |
"fontSize": 20, | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/ubuntu-32.png" | |
}, | |
{ | |
"guid": "{9d04ce37-c00f-43ac-ba47-992cb1393215}", | |
"name": "Azure Cloud Shell", | |
"colorscheme": "Ubuntu", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "c:\\github\\azshell\\azshell.exe", | |
"fontFace": "Consolas", | |
"fontSize": 20, | |
"acrylicOpacity": 0.85, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/cloud.png" | |
} | |
], | |
"schemes": [ | |
{ | |
"name": "Campbell", | |
"foreground": "#F2F2F2", | |
"background": "#0C0C0C", | |
"colors": [ | |
"#0C0C0C", | |
"#C50F1F", | |
"#13A10E", | |
"#C19C00", | |
"#0037DA", | |
"#881798", | |
"#3A96DD", | |
"#CCCCCC", | |
"#767676", | |
"#E74856", | |
"#16C60C", | |
"#F9F1A5", | |
"#3B78FF", | |
"#B4009E", | |
"#61D6D6", | |
"#F2F2F2" | |
] | |
}, | |
{ | |
"name": "Solarized Dark", | |
"foreground": "#FDF6E3", | |
"background": "#073642", | |
"colors": [ | |
"#073642", | |
"#D30102", | |
"#859900", | |
"#B58900", | |
"#268BD2", | |
"#D33682", | |
"#2AA198", | |
"#EEE8D5", | |
"#002B36", | |
"#CB4B16", | |
"#586E75", | |
"#657B83", | |
"#839496", | |
"#6C71C4", | |
"#93A1A1", | |
"#FDF6E3" | |
] | |
}, | |
{ | |
"name": "Solarized Light", | |
"foreground": "#073642", | |
"background": "#FDF6E3", | |
"colors": [ | |
"#073642", | |
"#D30102", | |
"#859900", | |
"#B58900", | |
"#268BD2", | |
"#D33682", | |
"#2AA198", | |
"#EEE8D5", | |
"#002B36", | |
"#CB4B16", | |
"#586E75", | |
"#657B83", | |
"#839496", | |
"#6C71C4", | |
"#93A1A1", | |
"#FDF6E3" | |
] | |
}, | |
{ | |
"name": "Ubuntu", | |
"foreground": "#EEEEEC", | |
"background": "#2C001E", | |
"colors": [ | |
"#EEEEEC", | |
"#16C60C", | |
"#729FCF", | |
"#B58900", | |
"#268BD2", | |
"#D33682", | |
"#2AA198", | |
"#EEE8D5", | |
"#002B36", | |
"#CB4B16", | |
"#586E75", | |
"#657B83", | |
"#839496", | |
"#6C71C4", | |
"#93A1A1", | |
"#FDF6E3" | |
] | |
}, | |
{ | |
"name": "UbuntuLegit", | |
"foreground": "#EEEEEE", | |
"background": "#2C001E", | |
"colors": [ | |
"#4E9A06", | |
"#CC0000", | |
"#300A24", | |
"#C4A000", | |
"#3465A4", | |
"#75507B", | |
"#06989A", | |
"#D3D7CF", | |
"#555753", | |
"#EF2929", | |
"#8AE234", | |
"#FCE94F", | |
"#729FCF", | |
"#AD7FA8", | |
"#34E2E2", | |
"#EEEEEE" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Developer Command Prompt for VS 2019