UUID 生成器:
// 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": "{0858df3e-d509-4f08-a29d-e90e70ad057d}",
"initialCols": 108,
"initialRows": 32,
"theme": "dark",
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles
"fontFace": "Jetbrains Mono",
"fontSize": 11,
"cursorShape": "underscore",
"useAcrylic": true,
"acrylicOpacity": 0.8,
"colorScheme": "ayu"
},
"list": [
{
"guid": "{0858df3e-d509-4f08-a29d-e90e70ad057d}",
"name": "Git Bash",
"icon": "D:/Laragon/bin/git/mingw64/share/git/git-for-windows.ico",
"commandline": "bash.exe",
"startingDirectory": "D:/Code"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"hidden": true
}
]
},
// Add custom color schemes to this array
// https://atomcorp.github.io/themes/
"schemes": [
{
"name": "ayu",
"black": "#000000",
"red": "#ff3333",
"green": "#b8cc52",
"yellow": "#e7c547",
"blue": "#36a3d9",
"purple": "#f07178",
"cyan": "#95e6cb",
"white": "#ffffff",
"brightBlack": "#323232",
"brightRed": "#ff6565",
"brightGreen": "#eafe84",
"brightYellow": "#fff779",
"brightBlue": "#68d5ff",
"brightPurple": "#ffa3aa",
"brightCyan": "#c7fffd",
"brightWhite": "#ffffff",
"background": "#0f1419",
"foreground": "#e6e1cf"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{
"keys": ["ctrl+w"],
"command": "closeTab"
}
]
}