Last active
June 22, 2025 17:42
-
-
Save Santiael/868f9ea04ed0b74008650ad98f8c5b30 to your computer and use it in GitHub Desktop.
microsoft-terminal-config
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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "left" | |
}, | |
"id": "User.splitPane.left" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "down" | |
}, | |
"id": "User.splitPane.down" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "right" | |
}, | |
"id": "User.splitPane.right" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "up" | |
}, | |
"id": "User.splitPane.up" | |
} | |
], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"initialCols": 80, | |
"initialRows": 20, | |
"keybindings": | |
[ | |
{ | |
"id": "Terminal.MoveFocusUp", | |
"keys": "ctrl+shift+k" | |
}, | |
{ | |
"id": "Terminal.CopyToClipboard", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"id": "User.splitPane.down", | |
"keys": "ctrl+alt+j" | |
}, | |
{ | |
"id": "Terminal.PasteFromClipboard", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "Terminal.MoveFocusLeft", | |
"keys": "ctrl+shift+h" | |
}, | |
{ | |
"id": "Terminal.MoveFocusDown", | |
"keys": "ctrl+shift+j" | |
}, | |
{ | |
"id": "Terminal.MoveFocusRight", | |
"keys": "ctrl+shift+l" | |
}, | |
{ | |
"id": "User.splitPane.left", | |
"keys": "ctrl+alt+h" | |
}, | |
{ | |
"id": "User.splitPane.up", | |
"keys": "ctrl+alt+k" | |
}, | |
{ | |
"id": "User.splitPane.right", | |
"keys": "ctrl+alt+l" | |
}, | |
{ | |
"id": "Terminal.ClosePane", | |
"keys": "ctrl+alt+w" | |
} | |
], | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"backgroundImage": "%USERPROFILE%\\Shared\\images\\backgrounds\\e5d167020de7c04c8683d2782710cefd3edb43c0r1.gif", | |
"backgroundImageOpacity": 0.4, | |
"colorScheme": "Catppuccin Macchiato", | |
"font": | |
{ | |
"face": "JetBrains Mono", | |
"size": 12 | |
} | |
}, | |
"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": "Prompt de comando" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"hidden": false, | |
"name": "Debian", | |
"source": "Windows.Terminal.Wsl" | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"background": "#24273A", | |
"black": "#494D64", | |
"blue": "#8AADF4", | |
"brightBlack": "#5B6078", | |
"brightBlue": "#8AADF4", | |
"brightCyan": "#8BD5CA", | |
"brightGreen": "#A6DA95", | |
"brightPurple": "#F5BDE6", | |
"brightRed": "#ED8796", | |
"brightWhite": "#A5ADCB", | |
"brightYellow": "#EED49F", | |
"cursorColor": "#F4DBD6", | |
"cyan": "#8BD5CA", | |
"foreground": "#CAD3F5", | |
"green": "#A6DA95", | |
"name": "Catppuccin Macchiato", | |
"purple": "#F5BDE6", | |
"red": "#ED8796", | |
"selectionBackground": "#5B6078", | |
"white": "#B8C0E0", | |
"yellow": "#EED49F" | |
} | |
], | |
"theme": "Catppuccin Macchiato", | |
"themes": | |
[ | |
{ | |
"name": "Catppuccin Macchiato", | |
"tab": | |
{ | |
"background": "#24273AFF", | |
"iconStyle": "default", | |
"showCloseButton": "always", | |
"unfocusedBackground": null | |
}, | |
"tabRow": | |
{ | |
"background": "#1E2030FF", | |
"unfocusedBackground": "#181926FF" | |
}, | |
"window": | |
{ | |
"applicationTheme": "dark", | |
"experimental.rainbowFrame": false, | |
"frame": null, | |
"unfocusedFrame": null, | |
"useMica": false | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment