configs/Windows Terminal/settings.json
ElBe 0a7c0a31c3 feat: Added configuration for Windows Terminal
Signed-off-by: ElBe <elbe@noreply.localhost>
2026-03-29 04:30:50 +00:00

139 lines
3.5 KiB
JSON

{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"keybindings": [
{
"id": "Terminal.CopyToClipboard",
"keys": "ctrl+c"
},
{
"id": "Terminal.PasteFromClipboard",
"keys": "ctrl+v"
},
{
"id": "Terminal.DuplicatePaneAuto",
"keys": "alt+shift+d"
}
],
"newTabMenu": [
{
"type": "remainingProfiles"
}
],
"profiles": {
"defaults": {},
"list": [
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
"hidden": false,
"name": "Git Bash",
"source": "Git"
},
{
"altGrAliasing": true,
"antialiasingMode": "grayscale",
"closeOnExit": "automatic",
"colorScheme": "Campbell",
"commandline": "ssh elbe-server-1",
"cursorShape": "bar",
"font": {
"face": "Cascadia Mono",
"size": 12
},
"guid": "{dba4460c-c760-441d-870c-9da0f5d2b577}",
"hidden": false,
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"name": "Server 1",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": false
},
{
"altGrAliasing": true,
"antialiasingMode": "grayscale",
"closeOnExit": "automatic",
"colorScheme": "Campbell",
"commandline": "ssh elbe-server-3",
"cursorShape": "bar",
"font": {
"face": "Cascadia Mono",
"size": 12
},
"guid": "{7d5e02f4-325a-4257-ba9f-6dcaf567ad8f}",
"hidden": false,
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"name": "Server 3",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": false
}
]
},
"schemes": [
{
"name": "Catppuccin Macchiato",
"cursorColor": "#F4DBD6",
"selectionBackground": "#5B6078",
"background": "#24273A",
"foreground": "#CAD3F5",
"black": "#494D64",
"red": "#ED8796",
"green": "#A6DA95",
"yellow": "#EED49F",
"blue": "#8AADF4",
"purple": "#F5BDE6",
"cyan": "#8BD5CA",
"white": "#B8C0E0",
"brightBlack": "#5B6078",
"brightRed": "#ED8796",
"brightGreen": "#A6DA95",
"brightYellow": "#EED49F",
"brightBlue": "#8AADF4",
"brightPurple": "#F5BDE6",
"brightCyan": "#8BD5CA",
"brightWhite": "#A5ADCB"
}
],
"themes": [
{
"name": "Catppuccin Macchiato",
"tab": {
"background": "#24273AFF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#1E2030FF",
"unfocusedBackground": "#181926FF"
},
"window": {
"applicationTheme": "dark"
}
}
]
}