Guest User

Untitled

a guest
May 21st, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 12.63 KB | None | 0 0
  1. {
  2.     "$schema": "https://aka.ms/terminal-profiles-schema",
  3.     "alwaysShowTabs": true,
  4.     "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
  5.     "initialCols": 120,
  6.     "initialRows": 30,
  7.     "theme": "dark",
  8.     "copyOnSelect": true,
  9.     "confirmCloseAllTabs": true,
  10.     "showTabsInTitlebar": true,
  11.     "showTerminalTitleInTitlebar": true,
  12.     "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502",
  13.     "keybindings": [
  14.         {"command": "closePane","keys": "ctrl+shift+w"},
  15.         {"command": "copy","keys": "ctrl+shift+c"},
  16.         {"command": "duplicateTab","keys": "ctrl+shift+d"},
  17.         {"command": "newTab","keys": "ctrl+shift+t"},
  18.         {"command": {"action": "newTab", "index": 0 }, "keys": "ctrl+shift+0"},
  19.         {"command": {"action": "newTab", "index": 1 }, "keys": "ctrl+shift+1"},
  20.         {"command": {"action": "newTab", "index": 2 }, "keys": "ctrl+shift+2"},
  21.         {"command": {"action": "newTab", "index": 3 }, "keys": "ctrl+shift+3"},
  22.         {"command": {"action": "newTab", "index": 4 }, "keys": "ctrl+shift+4"},
  23.         {"command": {"action": "newTab", "index": 5 }, "keys": "ctrl+shift+5"},
  24.         {"command": {"action": "newTab", "index": 6 }, "keys": "ctrl+shift+6"},
  25.         {"command": {"action": "newTab", "index": 7 }, "keys": "ctrl+shift+7"},
  26.         {"command": {"action": "newTab", "index": 8 }, "keys": "ctrl+shift+8"},
  27.         {"command": {"action": "newTab", "index": 9 }, "keys": "ctrl+shift+9"},
  28.         {"command": "nextTab","keys": "ctrl+tab"},
  29.         {"command": "openSettings","keys": "ctrl+,"},
  30.         {"command": "paste","keys": "ctrl+shift+v"},
  31.         {"command": "prevTab","keys": "ctrl+shift+tab"},
  32.         {"command": "scrollDown","keys": "ctrl+shift+down"},
  33.         {"command": "scrollDownPage","keys": "ctrl+shift+pgdn"},
  34.         {"command": "scrollUp","keys": "ctrl+shift+up"},
  35.         {"command": "scrollUpPage","keys": "ctrl+shift+pgup"},
  36.         {"command": {"action": "switchToTab", "index": 0 }, "keys": "ctrl+alt+0"},
  37.         {"command": {"action": "switchToTab", "index": 1 }, "keys": "ctrl+alt+1"},
  38.         {"command": {"action": "switchToTab", "index": 2 }, "keys": "ctrl+alt+2"},
  39.         {"command": {"action": "switchToTab", "index": 3 }, "keys": "ctrl+alt+3"},
  40.         {"command": {"action": "switchToTab", "index": 4 }, "keys": "ctrl+alt+4"},
  41.         {"command": {"action": "switchToTab", "index": 5 }, "keys": "ctrl+alt+5"},
  42.         {"command": {"action": "switchToTab", "index": 6 }, "keys": "ctrl+alt+6"},
  43.         {"command": {"action": "switchToTab", "index": 7 }, "keys": "ctrl+alt+7"},
  44.         {"command": {"action": "switchToTab", "index": 8 }, "keys": "ctrl+alt+8"},
  45.         {"command": {"action": "switchToTab", "index": 9 }, "keys": "ctrl+alt+9"},
  46.         //My commands
  47.         {"command": { "action": "splitPane", "split": "horizontal"}, "keys":"alt+shift+-"},
  48.         {"command": { "action": "splitPane", "split": "vertical"}, "keys":"alt+shift+plus"},
  49.  
  50.         { "command": { "action": "resizePane", "direction": "down" }, "keys": "alt+shift+down" },
  51.         { "command": { "action": "resizePane", "direction": "up" }, "keys": "alt+shift+up" },
  52.         { "command": { "action": "resizePane", "direction": "left" }, "keys": "alt+shift+left" },
  53.         { "command": { "action": "resizePane", "direction": "right" }, "keys": "alt+shift+right" },
  54.  
  55.         { "command": { "action": "moveFocus", "direction": "down" }, "keys": "alt+down" },
  56.         { "command": { "action": "moveFocus", "direction": "up" }, "keys": "alt+up" },
  57.         { "command": { "action": "moveFocus", "direction": "left" }, "keys": "alt+left" },
  58.         { "command": { "action": "moveFocus", "direction": "right" }, "keys": "alt+right" },
  59.  
  60.         { "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+-" },
  61.         { "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+=" }
  62.     ],
  63.     "profiles": [
  64.         {
  65.             "name": "Windows PowerShell",
  66.             "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  67.             "hidden": false,
  68.             "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
  69.             "colorScheme": "themer-iterm-dark",
  70.             "cursorColor": "#ffffff",
  71.             "cursorShape": "bar",
  72.             "fontFace": "DelugiaCode NF",
  73.             "fontSize": 12,
  74.             "historySize": 9001,
  75.             "padding": "5, 5, 5, 5",
  76.             "snapOnInput": true,
  77.             "useAcrylic": true,
  78.             "acrylicOpacity": 0.75,
  79.             "closeOnExit": true
  80.         },
  81.         {
  82.             "name": "PowerShell Core",
  83.             "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
  84.             "hidden": false,
  85.             "source": "Windows.Terminal.PowershellCore",
  86.             "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
  87.             "colorScheme": "themer-iterm-dark",
  88.             "cursorColor": "#ffffff",
  89.             "cursorShape": "bar",
  90.             "fontFace": "DelugiaCode NF",
  91.             "fontSize": 12,
  92.             "historySize": 9001,
  93.             "padding": "5, 5, 5, 5",
  94.             "snapOnInput": true,
  95.             "useAcrylic": true,
  96.             "acrylicOpacity": 0.75,
  97.             "closeOnExit": true
  98.         },
  99.         {
  100.             "guid": "{63e31163-583f-5750-9c1e-24e227dd2da9}",
  101.             "hidden": true,
  102.             "name": "PowerShell (dotnet global)",
  103.             "source": "Windows.Terminal.PowershellCore",
  104.             "colorScheme": "themer-iterm-dark",
  105.             "cursorColor": "#ffffff",
  106.             "cursorShape": "bar",
  107.             "fontFace": "DelugiaCode NF",
  108.             "fontSize": 12,
  109.             "historySize": 9001,
  110.             "padding": "5, 5, 5, 5",
  111.             "snapOnInput": true,
  112.             "useAcrylic": true,
  113.             "acrylicOpacity": 0.75,
  114.             "closeOnExit": true
  115.         },
  116.         {
  117.             "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  118.             "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
  119.             "name": "cmd",
  120.             "colorScheme": "themer-iterm-dark",
  121.             "cursorColor": "#ffffff",
  122.             "cursorShape": "bar",
  123.             "fontFace": "DelugiaCode NF",
  124.             "fontSize": 12,
  125.             "historySize": 9001,
  126.             "padding": "5, 5, 5, 5",
  127.             "snapOnInput": true,
  128.             "useAcrylic": true,
  129.             "acrylicOpacity": 0.75,
  130.             "closeOnExit": true
  131.         },
  132.         {
  133.             "commandline": "Azure",
  134.             "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
  135.             "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  136.             "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
  137.             "name": "Azure Cloud Shell",
  138.             "hidden": true,
  139.             "colorScheme": "material",
  140.             "cursorColor": "#ffffff",
  141.             "cursorShape": "bar",
  142.             "fontFace": "DelugiaCode NF",
  143.             "fontSize": 12,
  144.             "historySize": 9001,
  145.             "padding": "5, 5, 5, 5",
  146.             "snapOnInput": true,
  147.             "useAcrylic": true,
  148.             "acrylicOpacity": 0.75,
  149.             "closeOnExit": true
  150.         },
  151.         {
  152.             "guid": "{7f586916-8357-53d4-bb2b-ca96f639898a}",
  153.             "hidden": false,
  154.             "name": "WLinux",
  155.             "source": "Windows.Terminal.Wsl",
  156.             "colorScheme": "themer-iterm-dark",
  157.             "cursorColor": "#ffffff",
  158.             "background": "#4d1039",
  159.             "cursorShape": "bar",
  160.             "fontFace": "DelugiaCode NF",
  161.             "fontSize": 12,
  162.             "historySize": 9001,
  163.             "padding": "5, 5, 5, 5",
  164.             "snapOnInput": true,
  165.             "useAcrylic": true,
  166.             "acrylicOpacity": 0.75,
  167.             "closeOnExit": true
  168.         }
  169.     ],
  170.     "schemes": [
  171.         {
  172.             "name": "material",
  173.             "foreground": "#ECEFF1",
  174.             "background": "#263238",
  175.             "black": "#263238",
  176.             "blue": "#03A9F4",
  177.             "green": "#8BC34A",
  178.             "cyan": "#009688",
  179.             "red": "#FF9800",
  180.             "purple": "#E91E63",
  181.             "yellow": "#FFC107",
  182.             "white": "#CFD8DC",
  183.             "brightBlack": "#37474F",
  184.             "brightBlue": "#81D4FA",
  185.             "brightGreen": "#9CCC65",
  186.             "brightCyan": "#26A69A",
  187.             "brightRed": "#FFA74D",
  188.             "brightPurple": "#AD1457",
  189.             "brightYellow": "#FFA000",
  190.             "brightWhite": "#ECEFF1"
  191.         },
  192.         {
  193.             "name": "MaterialDark",
  194.             "foreground": "#E4E4E4",
  195.             "background": "#222221",
  196.             "black": "#212121",
  197.             "blue": "#134EB2",
  198.             "green": "#457B23",
  199.             "cyan": "#0E707C",
  200.             "red": "#B7141E",
  201.             "purple": "#550087",
  202.             "yellow": "#F5971D",
  203.             "white": "#EEEEEE",
  204.             "brightBlack": "#424242",
  205.             "brightBlue": "#53A4F3",
  206.             "brightGreen": "#7ABA39",
  207.             "brightCyan": "#26BAD1",
  208.             "brightRed": "#E83A3F",
  209.             "brightPurple": "#A94DBB",
  210.             "brightYellow": "#FEE92E",
  211.             "brightWhite": "#D8D8D8"
  212.         },
  213.         {
  214.             "name": "surface",
  215.             "foreground": "#A39E9B",
  216.             "background": "#374464",
  217.             "black": "#383838",
  218.             "blue": "#06B6EF",
  219.             "green": "#48B675",
  220.             "cyan": "#5BC4BF",
  221.             "red": "#EF6155",
  222.             "purple": "#815BA4",
  223.             "yellow": "#FEC418",
  224.             "white": "#A39E9B",
  225.             "brightBlack": "#565656",
  226.             "brightBlue": "#59D6FF",
  227.             "brightGreen": "#5CE7A9",
  228.             "brightCyan": "#6FEEE8",
  229.             "brightRed": "#FF675B",
  230.             "brightPurple": "#AD7ADC",
  231.             "brightYellow": "#FFD75F",
  232.             "brightWhite": "#E7E9DB"
  233.         },
  234.         {
  235.             "name": "Arc Blue",
  236.             "foreground": "#C0C5CE",
  237.             "background": "#363C49",
  238.             "black": "#363C49",
  239.             "blue": "#8FA1B3",
  240.             "green": "#A3BE8C",
  241.             "cyan": "#96B5B4",
  242.             "red": "#BF616A",
  243.             "purple": "#B48EAD",
  244.             "yellow": "#EBCB8B",
  245.             "white": "#C0C5CE",
  246.             "brightBlack": "#65737E",
  247.             "brightBlue": "#8FA1B3",
  248.             "brightGreen": "#A3BE8C",
  249.             "brightCyan": "#96B5B4",
  250.             "brightRed": "#BF616A",
  251.             "brightPurple": "#B48EAD",
  252.             "brightYellow": "#EBCB8B",
  253.             "brightWhite": "#EFF1F5"
  254.         },
  255.         {
  256.             "name": "themer-iterm-dark",
  257.             "foreground": "#DDDDDD",
  258.             "background": "#464646",
  259.             "black": "#464646",
  260.             "blue": "#007AFF",
  261.             "green": "#62BA46",
  262.             "cyan": "#00C7A3",
  263.             "red": "#FF5257",
  264.             "purple": "#F74F9E",
  265.             "yellow": "#FBB927",
  266.             "white": "#C7C7C7",
  267.             "brightBlack": "#7a7979",
  268.             "brightBlue": "#007AFF",
  269.             "brightGreen": "#00C7A3",
  270.             "brightCyan": "#00C7A3",
  271.             "brightRed": "#F7821C",
  272.             "brightPurple": "#F74F9E",
  273.             "brightYellow": "#FBB927",
  274.             "brightWhite": "#DDDDDD"
  275.         },
  276.         {
  277.             "name": "themer-iterm-light",
  278.             "foreground": "#272727",
  279.             "background": "#FFFFFF",
  280.             "black": "#272727",
  281.             "blue": "#007AFF",
  282.             "green": "#62BA46",
  283.             "cyan": "#10B9A6",
  284.             "red": "#E0383E",
  285.             "purple": "#F74F9E",
  286.             "yellow": "#FBB927",
  287.             "white": "#E0E0E0",
  288.             "brightBlack": "#464646",
  289.             "brightBlue": "#007AFF",
  290.             "brightGreen": "#10B9A6",
  291.             "brightCyan": "#10B9A6",
  292.             "brightRed": "#F7821C",
  293.             "brightPurple": "#F74F9E",
  294.             "brightYellow": "#FBB927",
  295.             "brightWhite": "#FFFFFF"
  296.         },
  297.         {
  298.             "name": "sexy",
  299.             "foreground": "#979c9f",
  300.             "background": "#272727",
  301.             "black": "#57606b",
  302.             "blue": "#4a6882",
  303.             "green": "#6c763c",
  304.             "cyan": "#497070",
  305.             "red": "#7f383e",
  306.             "purple": "#675477",
  307.             "yellow": "#a97553",
  308.             "white": "#979c9f",
  309.             "brightBlack": "#979c9f",
  310.             "brightBlue": "#64809a",
  311.             "brightGreen": "#8b955a",
  312.             "brightCyan": "#6a9494",
  313.             "brightRed": "#9c5358",
  314.             "brightPurple": "#887597",
  315.             "brightYellow": "#b79b63",
  316.             "brightWhite": "#FFFFFF"
  317.         }
  318.     ]
  319. }
Add Comment
Please, Sign In to add comment