Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "https://aka.ms/terminal-profiles-schema",
- "alwaysShowTabs": true,
- "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
- "initialCols": 120,
- "initialRows": 30,
- "theme": "dark",
- "copyOnSelect": true,
- "confirmCloseAllTabs": true,
- "showTabsInTitlebar": true,
- "showTerminalTitleInTitlebar": true,
- "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502",
- "keybindings": [
- {"command": "closePane","keys": "ctrl+shift+w"},
- {"command": "copy","keys": "ctrl+shift+c"},
- {"command": "duplicateTab","keys": "ctrl+shift+d"},
- {"command": "newTab","keys": "ctrl+shift+t"},
- {"command": {"action": "newTab", "index": 0 }, "keys": "ctrl+shift+0"},
- {"command": {"action": "newTab", "index": 1 }, "keys": "ctrl+shift+1"},
- {"command": {"action": "newTab", "index": 2 }, "keys": "ctrl+shift+2"},
- {"command": {"action": "newTab", "index": 3 }, "keys": "ctrl+shift+3"},
- {"command": {"action": "newTab", "index": 4 }, "keys": "ctrl+shift+4"},
- {"command": {"action": "newTab", "index": 5 }, "keys": "ctrl+shift+5"},
- {"command": {"action": "newTab", "index": 6 }, "keys": "ctrl+shift+6"},
- {"command": {"action": "newTab", "index": 7 }, "keys": "ctrl+shift+7"},
- {"command": {"action": "newTab", "index": 8 }, "keys": "ctrl+shift+8"},
- {"command": {"action": "newTab", "index": 9 }, "keys": "ctrl+shift+9"},
- {"command": "nextTab","keys": "ctrl+tab"},
- {"command": "openSettings","keys": "ctrl+,"},
- {"command": "paste","keys": "ctrl+shift+v"},
- {"command": "prevTab","keys": "ctrl+shift+tab"},
- {"command": "scrollDown","keys": "ctrl+shift+down"},
- {"command": "scrollDownPage","keys": "ctrl+shift+pgdn"},
- {"command": "scrollUp","keys": "ctrl+shift+up"},
- {"command": "scrollUpPage","keys": "ctrl+shift+pgup"},
- {"command": {"action": "switchToTab", "index": 0 }, "keys": "ctrl+alt+0"},
- {"command": {"action": "switchToTab", "index": 1 }, "keys": "ctrl+alt+1"},
- {"command": {"action": "switchToTab", "index": 2 }, "keys": "ctrl+alt+2"},
- {"command": {"action": "switchToTab", "index": 3 }, "keys": "ctrl+alt+3"},
- {"command": {"action": "switchToTab", "index": 4 }, "keys": "ctrl+alt+4"},
- {"command": {"action": "switchToTab", "index": 5 }, "keys": "ctrl+alt+5"},
- {"command": {"action": "switchToTab", "index": 6 }, "keys": "ctrl+alt+6"},
- {"command": {"action": "switchToTab", "index": 7 }, "keys": "ctrl+alt+7"},
- {"command": {"action": "switchToTab", "index": 8 }, "keys": "ctrl+alt+8"},
- {"command": {"action": "switchToTab", "index": 9 }, "keys": "ctrl+alt+9"},
- //My commands
- {"command": { "action": "splitPane", "split": "horizontal"}, "keys":"alt+shift+-"},
- {"command": { "action": "splitPane", "split": "vertical"}, "keys":"alt+shift+plus"},
- { "command": { "action": "resizePane", "direction": "down" }, "keys": "alt+shift+down" },
- { "command": { "action": "resizePane", "direction": "up" }, "keys": "alt+shift+up" },
- { "command": { "action": "resizePane", "direction": "left" }, "keys": "alt+shift+left" },
- { "command": { "action": "resizePane", "direction": "right" }, "keys": "alt+shift+right" },
- { "command": { "action": "moveFocus", "direction": "down" }, "keys": "alt+down" },
- { "command": { "action": "moveFocus", "direction": "up" }, "keys": "alt+up" },
- { "command": { "action": "moveFocus", "direction": "left" }, "keys": "alt+left" },
- { "command": { "action": "moveFocus", "direction": "right" }, "keys": "alt+right" },
- { "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+-" },
- { "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+=" }
- ],
- "profiles": [
- {
- "name": "Windows PowerShell",
- "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
- "hidden": false,
- "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
- "colorScheme": "themer-iterm-dark",
- "cursorColor": "#ffffff",
- "cursorShape": "bar",
- "fontFace": "DelugiaCode NF",
- "fontSize": 12,
- "historySize": 9001,
- "padding": "5, 5, 5, 5",
- "snapOnInput": true,
- "useAcrylic": true,
- "acrylicOpacity": 0.75,
- "closeOnExit": true
- },
- {
- "name": "PowerShell Core",
- "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
- "hidden": false,
- "source": "Windows.Terminal.PowershellCore",
- "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
- "colorScheme": "themer-iterm-dark",
- "cursorColor": "#ffffff",
- "cursorShape": "bar",
- "fontFace": "DelugiaCode NF",
- "fontSize": 12,
- "historySize": 9001,
- "padding": "5, 5, 5, 5",
- "snapOnInput": true,
- "useAcrylic": true,
- "acrylicOpacity": 0.75,
- "closeOnExit": true
- },
- {
- "guid": "{63e31163-583f-5750-9c1e-24e227dd2da9}",
- "hidden": true,
- "name": "PowerShell (dotnet global)",
- "source": "Windows.Terminal.PowershellCore",
- "colorScheme": "themer-iterm-dark",
- "cursorColor": "#ffffff",
- "cursorShape": "bar",
- "fontFace": "DelugiaCode NF",
- "fontSize": 12,
- "historySize": 9001,
- "padding": "5, 5, 5, 5",
- "snapOnInput": true,
- "useAcrylic": true,
- "acrylicOpacity": 0.75,
- "closeOnExit": true
- },
- {
- "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
- "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
- "name": "cmd",
- "colorScheme": "themer-iterm-dark",
- "cursorColor": "#ffffff",
- "cursorShape": "bar",
- "fontFace": "DelugiaCode NF",
- "fontSize": 12,
- "historySize": 9001,
- "padding": "5, 5, 5, 5",
- "snapOnInput": true,
- "useAcrylic": true,
- "acrylicOpacity": 0.75,
- "closeOnExit": true
- },
- {
- "commandline": "Azure",
- "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
- "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
- "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
- "name": "Azure Cloud Shell",
- "hidden": true,
- "colorScheme": "material",
- "cursorColor": "#ffffff",
- "cursorShape": "bar",
- "fontFace": "DelugiaCode NF",
- "fontSize": 12,
- "historySize": 9001,
- "padding": "5, 5, 5, 5",
- "snapOnInput": true,
- "useAcrylic": true,
- "acrylicOpacity": 0.75,
- "closeOnExit": true
- },
- {
- "guid": "{7f586916-8357-53d4-bb2b-ca96f639898a}",
- "hidden": false,
- "name": "WLinux",
- "source": "Windows.Terminal.Wsl",
- "colorScheme": "themer-iterm-dark",
- "cursorColor": "#ffffff",
- "background": "#4d1039",
- "cursorShape": "bar",
- "fontFace": "DelugiaCode NF",
- "fontSize": 12,
- "historySize": 9001,
- "padding": "5, 5, 5, 5",
- "snapOnInput": true,
- "useAcrylic": true,
- "acrylicOpacity": 0.75,
- "closeOnExit": true
- }
- ],
- "schemes": [
- {
- "name": "material",
- "foreground": "#ECEFF1",
- "background": "#263238",
- "black": "#263238",
- "blue": "#03A9F4",
- "green": "#8BC34A",
- "cyan": "#009688",
- "red": "#FF9800",
- "purple": "#E91E63",
- "yellow": "#FFC107",
- "white": "#CFD8DC",
- "brightBlack": "#37474F",
- "brightBlue": "#81D4FA",
- "brightGreen": "#9CCC65",
- "brightCyan": "#26A69A",
- "brightRed": "#FFA74D",
- "brightPurple": "#AD1457",
- "brightYellow": "#FFA000",
- "brightWhite": "#ECEFF1"
- },
- {
- "name": "MaterialDark",
- "foreground": "#E4E4E4",
- "background": "#222221",
- "black": "#212121",
- "blue": "#134EB2",
- "green": "#457B23",
- "cyan": "#0E707C",
- "red": "#B7141E",
- "purple": "#550087",
- "yellow": "#F5971D",
- "white": "#EEEEEE",
- "brightBlack": "#424242",
- "brightBlue": "#53A4F3",
- "brightGreen": "#7ABA39",
- "brightCyan": "#26BAD1",
- "brightRed": "#E83A3F",
- "brightPurple": "#A94DBB",
- "brightYellow": "#FEE92E",
- "brightWhite": "#D8D8D8"
- },
- {
- "name": "surface",
- "foreground": "#A39E9B",
- "background": "#374464",
- "black": "#383838",
- "blue": "#06B6EF",
- "green": "#48B675",
- "cyan": "#5BC4BF",
- "red": "#EF6155",
- "purple": "#815BA4",
- "yellow": "#FEC418",
- "white": "#A39E9B",
- "brightBlack": "#565656",
- "brightBlue": "#59D6FF",
- "brightGreen": "#5CE7A9",
- "brightCyan": "#6FEEE8",
- "brightRed": "#FF675B",
- "brightPurple": "#AD7ADC",
- "brightYellow": "#FFD75F",
- "brightWhite": "#E7E9DB"
- },
- {
- "name": "Arc Blue",
- "foreground": "#C0C5CE",
- "background": "#363C49",
- "black": "#363C49",
- "blue": "#8FA1B3",
- "green": "#A3BE8C",
- "cyan": "#96B5B4",
- "red": "#BF616A",
- "purple": "#B48EAD",
- "yellow": "#EBCB8B",
- "white": "#C0C5CE",
- "brightBlack": "#65737E",
- "brightBlue": "#8FA1B3",
- "brightGreen": "#A3BE8C",
- "brightCyan": "#96B5B4",
- "brightRed": "#BF616A",
- "brightPurple": "#B48EAD",
- "brightYellow": "#EBCB8B",
- "brightWhite": "#EFF1F5"
- },
- {
- "name": "themer-iterm-dark",
- "foreground": "#DDDDDD",
- "background": "#464646",
- "black": "#464646",
- "blue": "#007AFF",
- "green": "#62BA46",
- "cyan": "#00C7A3",
- "red": "#FF5257",
- "purple": "#F74F9E",
- "yellow": "#FBB927",
- "white": "#C7C7C7",
- "brightBlack": "#7a7979",
- "brightBlue": "#007AFF",
- "brightGreen": "#00C7A3",
- "brightCyan": "#00C7A3",
- "brightRed": "#F7821C",
- "brightPurple": "#F74F9E",
- "brightYellow": "#FBB927",
- "brightWhite": "#DDDDDD"
- },
- {
- "name": "themer-iterm-light",
- "foreground": "#272727",
- "background": "#FFFFFF",
- "black": "#272727",
- "blue": "#007AFF",
- "green": "#62BA46",
- "cyan": "#10B9A6",
- "red": "#E0383E",
- "purple": "#F74F9E",
- "yellow": "#FBB927",
- "white": "#E0E0E0",
- "brightBlack": "#464646",
- "brightBlue": "#007AFF",
- "brightGreen": "#10B9A6",
- "brightCyan": "#10B9A6",
- "brightRed": "#F7821C",
- "brightPurple": "#F74F9E",
- "brightYellow": "#FBB927",
- "brightWhite": "#FFFFFF"
- },
- {
- "name": "sexy",
- "foreground": "#979c9f",
- "background": "#272727",
- "black": "#57606b",
- "blue": "#4a6882",
- "green": "#6c763c",
- "cyan": "#497070",
- "red": "#7f383e",
- "purple": "#675477",
- "yellow": "#a97553",
- "white": "#979c9f",
- "brightBlack": "#979c9f",
- "brightBlue": "#64809a",
- "brightGreen": "#8b955a",
- "brightCyan": "#6a9494",
- "brightRed": "#9c5358",
- "brightPurple": "#887597",
- "brightYellow": "#b79b63",
- "brightWhite": "#FFFFFF"
- }
- ]
- }
Add Comment
Please, Sign In to add comment