Copy the following images to the same directory as settings.json:
- PowerShell 5 (a.k.a. Windows PowerShell)
- PowerShell 7 (a.k.a. PowerShell Core)
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema-preview", | |
| "actions": | |
| [ | |
| { | |
| "command": "paste", | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollToMark", | |
| "direction": "last" | |
| }, | |
| "id": "User.scrollToMark.6CD791B", | |
| "keys": "ctrl+pgdn", | |
| "name": "Last mark" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollToMark", | |
| "direction": "previous" | |
| }, | |
| "id": "User.scrollToMark.D3F0B923", | |
| "keys": "ctrl+up", | |
| "name": "Previous mark" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "addMark", | |
| "color": "#FF00FF" | |
| }, | |
| "id": "User.addMark.3650F2D6", | |
| "name": "Add mark" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollToMark", | |
| "direction": "next" | |
| }, | |
| "id": "User.scrollToMark.2A0DA8E0", | |
| "keys": "ctrl+down", | |
| "name": "Next mark" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.A6751878", | |
| "keys": "alt+shift+d" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollToMark", | |
| "direction": "first" | |
| }, | |
| "id": "User.scrollToMark.87C324ED", | |
| "keys": "ctrl+pgup", | |
| "name": "First mark" | |
| }, | |
| { | |
| "command": "clearAllMarks", | |
| "id": "User.clearAllMarks" | |
| } | |
| ], | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{5da11ef9-ae33-4311-b655-0e4945d9e5e4}", | |
| "disableAnimations": true, | |
| "firstWindowPreference": "persistedWindowLayout", | |
| "initialCols": 120, | |
| "largePasteWarning": true, | |
| "launchMode": "maximized", | |
| "multiLinePasteWarning": false, | |
| "newTabMenu": | |
| [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "autoMarkPrompts": true, | |
| "bellStyle": "audible", | |
| "cursorShape": "filledBox", | |
| "experimental.retroTerminalEffect": false, | |
| "font": | |
| { | |
| "builtinGlyphs": true, | |
| "face": "FiraCode Nerd Font", | |
| "size": 10 | |
| }, | |
| "historySize": 9999999, | |
| "padding": "2, 2, 2, 2", | |
| "showMarksOnScrollbar": true, | |
| "suppressApplicationTitle": true | |
| }, | |
| "list": | |
| [ | |
| { | |
| "backgroundImage": "ms-appdata:///local/ubuntu.png", | |
| "backgroundImageAlignment": "bottomRight", | |
| "backgroundImageOpacity": 0.25, | |
| "backgroundImageStretchMode": "none", | |
| "colorScheme": "Ubuntu", | |
| "commandline": "wsl.exe -d Ubuntu --exec zsh --login", | |
| "guid": "{5da11ef9-ae33-4311-b655-0e4945d9e5e4}", | |
| "icon": "ms-appdata:///local/ubuntu.png", | |
| "name": "Ubuntu Zsh", | |
| "startingDirectory": "~", | |
| "tabTitle": "Zsh" | |
| }, | |
| { | |
| "backgroundImage": "ms-appdata:///local/ubuntu.png", | |
| "backgroundImageAlignment": "bottomRight", | |
| "backgroundImageOpacity": 0.25, | |
| "backgroundImageStretchMode": "none", | |
| "colorScheme": "Ubuntu", | |
| "commandline": "wsl.exe -d Ubuntu --exec bash --login", | |
| "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
| "hidden": true, | |
| "icon": "ms-appdata:///local/ubuntu.png", | |
| "name": "Ubuntu Bash", | |
| "source": "Windows.Terminal.Wsl", | |
| "startingDirectory": "~", | |
| "tabTitle": "Bash" | |
| }, | |
| { | |
| "backgroundImage": "ms-appdata:///local/git-for-windows.png", | |
| "backgroundImageAlignment": "bottomRight", | |
| "backgroundImageOpacity": 0.25, | |
| "backgroundImageStretchMode": "none", | |
| "colorScheme": "Ubuntu (Git Bash)", | |
| "commandline": "C:/Program Files/Git/bin/bash.exe --login", | |
| "guid": "{78ccd05e-83d4-46c6-9a80-8865ff8ff720}", | |
| "hidden": false, | |
| "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico", | |
| "name": "Git Bash", | |
| "startingDirectory": "%USERPROFILE%", | |
| "tabTitle": "Bash" | |
| }, | |
| { | |
| "backgroundImage": "ms-appdata:///local/powershell7.png", | |
| "backgroundImageAlignment": "bottomRight", | |
| "backgroundImageOpacity": 0.25, | |
| "backgroundImageStretchMode": "none", | |
| "colorScheme": "Campbell Powershell", | |
| "commandline": "pwsh.exe -nologo", | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "hidden": false, | |
| "name": "PowerShell 7", | |
| "source": "Windows.Terminal.PowershellCore", | |
| "tabTitle": "PS" | |
| }, | |
| { | |
| "backgroundImage": "ms-appdata:///local/powershell5.png", | |
| "backgroundImageAlignment": "bottomRight", | |
| "backgroundImageOpacity": 0.25, | |
| "backgroundImageStretchMode": "none", | |
| "colorScheme": "Campbell Powershell", | |
| "commandline": "powershell.exe -nologo", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": true, | |
| "name": "PowerShell 5", | |
| "tabTitle": "PS" | |
| }, | |
| { | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "name": "Command", | |
| "tabTitle": "Cmd" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": true, | |
| "name": "Azure Shell", | |
| "source": "Windows.Terminal.Azure", | |
| "tabTitle": "Bash" | |
| }, | |
| { | |
| "backgroundImage": "ms-appdata:///local/powershell7.png", | |
| "backgroundImageAlignment": "bottomRight", | |
| "backgroundImageOpacity": 0.25, | |
| "backgroundImageStretchMode": "none", | |
| "colorScheme": "Campbell Powershell", | |
| "guid": "{9d22a9ce-43f4-5249-a1ba-62d262a74fe8}", | |
| "hidden": true, | |
| "icon": "ms-appx:///ProfileIcons/pwsh.png", | |
| "name": "Developer PowerShell for VS 2022 [Preview]", | |
| "source": "Windows.Terminal.VisualStudio", | |
| "tabTitle": "VS 2022" | |
| }, | |
| { | |
| "guid": "{01b0a4ad-ae26-5820-a528-4e12cecad08e}", | |
| "hidden": true, | |
| "name": "Developer Command for VS 2022 [Preview]", | |
| "source": "Windows.Terminal.VisualStudio", | |
| "tabTitle": "VS 2022" | |
| }, | |
| { | |
| "guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | |
| "hidden": true, | |
| "name": "Visual Studio Debug Console", | |
| "source": "VSDebugConsole" | |
| }, | |
| { | |
| "guid": "{ea6f32a6-8ce6-5749-893a-853655450a4a}", | |
| "hidden": true, | |
| "name": "Developer Command Prompt for VS 2019", | |
| "source": "Windows.Terminal.VisualStudio" | |
| }, | |
| { | |
| "guid": "{511ffbfd-c843-5fd9-b8dd-9f843163f496}", | |
| "hidden": true, | |
| "name": "Developer PowerShell for VS 2019", | |
| "source": "Windows.Terminal.VisualStudio" | |
| }, | |
| { | |
| "guid": "{39e17b27-11f8-56c4-9ee4-7ea492be3abc}", | |
| "hidden": true, | |
| "name": "Developer Command Prompt for VS 2017", | |
| "source": "Windows.Terminal.VisualStudio" | |
| } | |
| ] | |
| }, | |
| "schemes": | |
| [ | |
| { | |
| "background": "#300A24", | |
| "black": "#2E3436", | |
| "blue": "#3465A4", | |
| "brightBlack": "#555753", | |
| "brightBlue": "#729FCF", | |
| "brightCyan": "#34E2E2", | |
| "brightGreen": "#8AE234", | |
| "brightPurple": "#AD7FA8", | |
| "brightRed": "#EF2929", | |
| "brightWhite": "#EEEEEC", | |
| "brightYellow": "#FCE94F", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#06989A", | |
| "foreground": "#EEEEEC", | |
| "green": "#4E9A06", | |
| "name": "Ubuntu", | |
| "purple": "#75507B", | |
| "red": "#CC0000", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#D3D7CF", | |
| "yellow": "#C4A000" | |
| }, | |
| { | |
| "background": "#002B36", | |
| "black": "#2E3436", | |
| "blue": "#3465A4", | |
| "brightBlack": "#555753", | |
| "brightBlue": "#729FCF", | |
| "brightCyan": "#34E2E2", | |
| "brightGreen": "#8AE234", | |
| "brightPurple": "#AD7FA8", | |
| "brightRed": "#EF2929", | |
| "brightWhite": "#EEEEEC", | |
| "brightYellow": "#FCE94F", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#06989A", | |
| "foreground": "#839496", | |
| "green": "#4E9A06", | |
| "name": "Ubuntu (Git Bash)", | |
| "purple": "#75507B", | |
| "red": "#CC0000", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#D3D7CF", | |
| "yellow": "#C4A000" | |
| } | |
| ], | |
| "tabSwitcherMode": "mru", | |
| "tabWidthMode": "titleLength", | |
| "themes": [], | |
| "windowingBehavior": "useAnyExisting" | |
| } |
Copy the following images to the same directory as settings.json: