Last active
October 16, 2025 09:51
-
-
Save qis/1518a6ab3c33e7ae82841ee53bddf86f to your computer and use it in GitHub Desktop.
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": [], | |
| "alwaysShowTabs": false, | |
| "copyFormatting": "none", | |
| "copyOnSelect": true, | |
| "initialCols": 120, | |
| "initialRows": 35, | |
| "showTabsInTitlebar": false, | |
| "showTerminalTitleInTitlebar": true, | |
| "warning.multiLinePaste": false, | |
| "theme": "dark", | |
| "themes": [], | |
| "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "profiles": { | |
| "defaults": { | |
| "closeOnExit": "always", | |
| "colorScheme": "onedark", | |
| "cursorHeight": 25, | |
| "cursorShape": "vintage", | |
| "font": { | |
| "face": "DejaVuSansMono NF", | |
| "size": 10 | |
| }, | |
| "opacity": 100, | |
| "padding": "4, 3, 4, 3", | |
| "useAcrylic": false | |
| }, | |
| "list": [ | |
| { | |
| "hidden": false, | |
| "name": "Console", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "icon": "C:\\Users\\Qis\\.terminal\\icons\\console.ico" | |
| }, | |
| { | |
| "hidden": false, | |
| "name": "Terminal", | |
| "guid": "{4a6a4595-152a-571e-8aa7-d90c273109cc}", | |
| "icon": "C:\\Users\\Qis\\.terminal\\icons\\terminal.ico", | |
| "source": "Microsoft.WSL", | |
| "startingDirectory": "~" | |
| }, | |
| { | |
| "hidden": false, | |
| "name": "PowerShell", | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "source": "Windows.Terminal.PowershellCore" | |
| }, | |
| { | |
| "hidden": false, | |
| "name": "PowerShell (Administrator)", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
| "icon": "C:\\Program Files\\PowerShell\\7\\pwsh.exe,0", | |
| "tabTitle": "PowerShell", | |
| "elevate": true | |
| }, | |
| { | |
| "hidden": true, | |
| "name": "Windows PowerShell", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}" | |
| }, | |
| { | |
| "hidden": false, | |
| "name": "Visual Studio", | |
| "guid": "{47b2302b-62ea-507b-a546-34c75f5a2ecb}", | |
| "source": "Windows.Terminal.VisualStudio" | |
| }, | |
| { | |
| "hidden": true, | |
| "name": "Developer PowerShell for VS 2022", | |
| "guid": "{3b34e94f-581c-5968-967b-19480da1a678}" | |
| }, | |
| { | |
| "hidden": true, | |
| "name": "Azure Cloud Shell", | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}" | |
| }, | |
| { | |
| "hidden": true, | |
| "name": "Visual Studio Debug Console", | |
| "guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}" | |
| } | |
| ] | |
| }, | |
| "schemes": [ | |
| { | |
| "background": "#262626", | |
| "black": "#282C34", | |
| "blue": "#61AFEF", | |
| "brightBlack": "#3E4452", | |
| "brightBlue": "#61AFEF", | |
| "brightCyan": "#56B6C2", | |
| "brightGreen": "#98C379", | |
| "brightPurple": "#C678DD", | |
| "brightRed": "#E06C75", | |
| "brightWhite": "#F0F0F0", | |
| "brightYellow": "#E5C07B", | |
| "cursorColor": "#C6C6C6", | |
| "cyan": "#56B6C2", | |
| "foreground": "#C6C6C6", | |
| "green": "#98C379", | |
| "name": "onedark", | |
| "purple": "#C678DD", | |
| "red": "#E06C75", | |
| "selectionBackground": "#ABB2BF", | |
| "white": "#C6C6C6", | |
| "yellow": "#E5C07B" | |
| } | |
| ], | |
| "keybindings": [ | |
| { "id": "Terminal.ScrollUp", "keys": "shift+up" }, | |
| { "id": "Terminal.ScrollDown", "keys": "shift+down" }, | |
| { "id": "Terminal.ScrollUpPage", "keys": "shift+pgup" }, | |
| { "id": "Terminal.ScrollDownPage", "keys": "shift+pgdn" }, | |
| { "id": "Terminal.ToggleFocusMode", "keys": "shift+f12" }, | |
| { "id": "Terminal.ToggleFullscreen", "keys": "shift+f11" }, | |
| { "id": "Terminal.OpenSettingsFile", "keys": "ctrl+comma" }, | |
| { "id": "unbound", "keys": "f1" }, | |
| { "id": "unbound", "keys": "f2" }, | |
| { "id": "unbound", "keys": "f3" }, | |
| { "id": "unbound", "keys": "f4" }, | |
| { "id": "unbound", "keys": "f5" }, | |
| { "id": "unbound", "keys": "f6" }, | |
| { "id": "unbound", "keys": "f7" }, | |
| { "id": "unbound", "keys": "f8" }, | |
| { "id": "unbound", "keys": "f9" }, | |
| { "id": "unbound", "keys": "f10" }, | |
| { "id": "unbound", "keys": "f11" }, | |
| { "id": "unbound", "keys": "f12" } | |
| ], | |
| "newTabMenu": [ | |
| { "type": "remainingProfiles" } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment