Created
January 10, 2026 00:27
-
-
Save michelderooij/1fdbc6f4ce8445dd8ba0be2bc3d0b476 to your computer and use it in GitHub Desktop.
My Windows 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": "paste", | |
| "id": "User.paste" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.A6751878" | |
| }, | |
| { | |
| "command": "find", | |
| "id": "User.find" | |
| } | |
| ], | |
| "copyFormatting": "all", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "keybindings": | |
| [ | |
| { | |
| "id": "User.find", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "id": "User.splitPane.A6751878", | |
| "keys": "alt+shift+d" | |
| } | |
| ], | |
| "newTabMenu": | |
| [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "adjustIndistinguishableColors": "indexed", | |
| "colorScheme": "Cobalt2", | |
| "experimental.retroTerminalEffect": false, | |
| "font": | |
| { | |
| "face": "CaskaydiaCove Nerd Font" | |
| }, | |
| "startingDirectory": "%USERPROFILE%" | |
| }, | |
| "list": | |
| [ | |
| { | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "Windows PowerShell" | |
| }, | |
| { | |
| "commandline": "\"C:\\Program Files\\PowerShell\\7\\pwsh.exe\" -noprofile", | |
| "guid": "{b1847ac0-8f50-45e8-a356-c0f37d6f4f1c}", | |
| "hidden": false, | |
| "icon": "ms-appx:///ProfileIcons/pwsh.png", | |
| "name": "PowerShell (NoProfile)" | |
| }, | |
| { | |
| "experimental.retroTerminalEffect": true, | |
| "font": | |
| { | |
| "face": "Lucida Console", | |
| "size": 12 | |
| }, | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "Command Prompt", | |
| "opacity": 90, | |
| "useAcrylic": true | |
| }, | |
| { | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "hidden": false, | |
| "name": "PowerShell", | |
| "source": "Windows.Terminal.PowershellCore" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": false, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| }, | |
| { | |
| "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
| "hidden": false, | |
| "name": "Git Bash", | |
| "source": "Git" | |
| }, | |
| { | |
| "guid": "{cc99825e-7cd8-5139-a75e-30a26a20b8c3}", | |
| "hidden": false, | |
| "name": "Developer Command Prompt for VS 18", | |
| "source": "Windows.Terminal.VisualStudio" | |
| }, | |
| { | |
| "guid": "{a9d89579-983a-59f1-97be-3e627658876c}", | |
| "hidden": false, | |
| "name": "Developer PowerShell for VS 18", | |
| "source": "Windows.Terminal.VisualStudio" | |
| } | |
| ] | |
| }, | |
| "schemes": | |
| [ | |
| { | |
| "background": "#193549", | |
| "black": "#000000", | |
| "blue": "#1478DB", | |
| "brightBlack": "#808080", | |
| "brightBlue": "#1478DB", | |
| "brightCyan": "#00FFFF", | |
| "brightGreen": "#33FF00", | |
| "brightPurple": "#CC00FF", | |
| "brightRed": "#FF0000", | |
| "brightWhite": "#FFFFFF", | |
| "brightYellow": "#FFFF00", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#00C5C7", | |
| "foreground": "#C7C7C7", | |
| "green": "#3AD900", | |
| "name": "Cobalt2", | |
| "purple": "#FF2C70", | |
| "red": "#FF2600", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#C7C7C7", | |
| "yellow": "#FFC600" | |
| }, | |
| { | |
| "background": "#0C0C0C", | |
| "black": "#0C0C0C", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#3B78FF", | |
| "brightCyan": "#61D6D6", | |
| "brightGreen": "#16C60C", | |
| "brightPurple": "#B4009E", | |
| "brightRed": "#E74856", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#F9F1A5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#E97801", | |
| "green": "#13A10E", | |
| "name": "Retro-Amber", | |
| "purple": "#881798", | |
| "red": "#C50F1F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#C19C00" | |
| }, | |
| { | |
| "background": "#000000", | |
| "black": "#0C0C0C", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#3B78FF", | |
| "brightCyan": "#61D6D6", | |
| "brightGreen": "#16C60C", | |
| "brightPurple": "#B4009E", | |
| "brightRed": "#E74856", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#F9F1A5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#00FF00", | |
| "green": "#13A10E", | |
| "name": "Retro-Green", | |
| "purple": "#881798", | |
| "red": "#C50F1F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#C19C00" | |
| }, | |
| { | |
| "background": "#300A24", | |
| "black": "#171421", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#08458F", | |
| "brightCyan": "#2C9FB3", | |
| "brightGreen": "#26A269", | |
| "brightPurple": "#A347BA", | |
| "brightRed": "#C01C28", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#A2734C", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#FFFFFF", | |
| "green": "#26A269", | |
| "name": "Ubuntu-ColorScheme", | |
| "purple": "#881798", | |
| "red": "#C21A23", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#A2734C" | |
| } | |
| ], | |
| "theme": "system", | |
| "themes": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment