Created
June 9, 2020 21:54
-
-
Save donkaban/150f56b28cc531d15a9eb7cc81928903 to your computer and use it in GitHub Desktop.
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
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{0caa0dad-35ff-5f56-a8ff-afceeeaa6101}", | |
"initialCols" : 130, | |
"initialRows": 70, | |
"requestedTheme": "dark", | |
"showTerminalTitleInTitlebar": false, | |
"profiles": [ | |
{ | |
"guid": "{0caa0dad-35ff-5f56-a8ff-afceeeaa6101}", | |
"name": "Far", | |
"commandline": "C:/Program Files/Far Manager/Far.exe", | |
"hidden": false, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"closeOnExit": true, | |
"colorScheme": "SNT", | |
"icon": "C:/Program Files/Far Manager/Far.exe", | |
"fontFace": "JetBrainsMono", | |
"fontSize": 11 | |
}, | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": false, | |
"name": "Ubuntu", | |
"source": "Windows.Terminal.Wsl", | |
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\donkaban", | |
"closeOnExit": true, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"colorScheme": "SNT", | |
"fontFace": "JetBrainsMono", | |
"fontSize": 11 | |
}, | |
{ | |
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"hidden": false, | |
"name": "Debian", | |
"source": "Windows.Terminal.Wsl", | |
"startingDirectory": "\\\\wsl$\\Debian\\home\\donkaban", | |
"closeOnExit": true, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"colorScheme": "SNT", | |
"fontFace": "JetBrainsMono", | |
"fontSize": 11 | |
}, | |
{ | |
"colorScheme": "SNT", | |
"commandline": "bash.exe", | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"fontFace": "JetBrainsMono", | |
"fontSize": 11, | |
"guid": "{9acb9455-ca41-5af7-950f-6bca1bc9722f}", | |
"historySize": 9001, | |
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.scale-100.png", | |
"name": "Git Bash", | |
"hidden": true | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "cmd", | |
"commandline": "cmd.exe", | |
"hidden": false, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"closeOnExit": true, | |
"colorScheme": "SNT", | |
"fontFace": "JetBrainsMono", | |
"fontSize": 11 | |
}, | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"closeOnExit": true, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"colorScheme": "SNT", | |
"fontFace": "JetBrainsMono", | |
"fontSize": 11, | |
"hidden": false | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": true, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
"hidden": false, | |
"name": "Ubuntu-20.04", | |
"source": "Windows.Terminal.Wsl" | |
} | |
], | |
"schemes": | |
[ | |
{ | |
"name": "SNT", | |
"foreground": "#C0C0C0", | |
"background": "#000000", | |
"black": "#000000", | |
"red": "#800000", | |
"green": "#008000", | |
"yellow": "#808000", | |
"blue": "#000080", | |
"purple": "#800080", | |
"cyan": "#008080", | |
"white": "#C0C0C0", | |
"brightBlack": "#808080", | |
"brightRed": "#FF0000", | |
"brightGreen": "#00FF00", | |
"brightYellow": "#FFFF00", | |
"brightBlue": "#0000FF", | |
"brightPurple": "#FF00FF", | |
"brightCyan": "#00FFFF", | |
"brightWhite": "#FFFFFF" | |
} | |
], | |
"keybindings": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment