Advertisement
erikwelander25

Windows Terminal WSL default

Aug 31st, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 11.50 KB | None | 0 0
  1. {
  2.     "globals" :
  3.     {
  4.         "alwaysShowTabs" : true,
  5.         "defaultProfile" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
  6.         "initialCols" : 120,
  7.         "initialRows" : 30,
  8.         "keybindings" :
  9.         [
  10.             {
  11.                 "command" : "closeTab",
  12.                 "keys" :
  13.                 [
  14.                     "ctrl+w"
  15.                 ]
  16.             },
  17.             {
  18.                 "command" : "newTab",
  19.                 "keys" :
  20.                 [
  21.                     "ctrl+t"
  22.                 ]
  23.             },
  24.             {
  25.                 "command" : "newTabProfile0",
  26.                 "keys" :
  27.                 [
  28.                     "ctrl+shift+1"
  29.                 ]
  30.             },
  31.             {
  32.                 "command" : "newTabProfile1",
  33.                 "keys" :
  34.                 [
  35.                     "ctrl+shift+2"
  36.                 ]
  37.             },
  38.             {
  39.                 "command" : "newTabProfile2",
  40.                 "keys" :
  41.                 [
  42.                     "ctrl+shift+3"
  43.                 ]
  44.             },
  45.             {
  46.                 "command" : "newTabProfile3",
  47.                 "keys" :
  48.                 [
  49.                     "ctrl+shift+4"
  50.                 ]
  51.             },
  52.             {
  53.                 "command" : "newTabProfile4",
  54.                 "keys" :
  55.                 [
  56.                     "ctrl+shift+5"
  57.                 ]
  58.             },
  59.             {
  60.                 "command" : "newTabProfile5",
  61.                 "keys" :
  62.                 [
  63.                     "ctrl+shift+6"
  64.                 ]
  65.             },
  66.             {
  67.                 "command" : "newTabProfile6",
  68.                 "keys" :
  69.                 [
  70.                     "ctrl+shift+7"
  71.                 ]
  72.             },
  73.             {
  74.                 "command" : "newTabProfile7",
  75.                 "keys" :
  76.                 [
  77.                     "ctrl+shift+8"
  78.                 ]
  79.             },
  80.             {
  81.                 "command" : "newTabProfile8",
  82.                 "keys" :
  83.                 [
  84.                     "ctrl+shift+9"
  85.                 ]
  86.             },
  87.             {
  88.                 "command" : "nextTab",
  89.                 "keys" :
  90.                 [
  91.                     "ctrl+tab"
  92.                 ]
  93.             },
  94.             {
  95.                 "command" : "openSettings",
  96.                 "keys" :
  97.                 [
  98.                     "ctrl+,"
  99.                 ]
  100.             },
  101.             {
  102.                 "command" : "prevTab",
  103.                 "keys" :
  104.                 [
  105.                     "ctrl+shift+tab"
  106.                 ]
  107.             },
  108.             {
  109.                 "command" : "scrollDown",
  110.                 "keys" :
  111.                 [
  112.                     "ctrl+shift+down"
  113.                 ]
  114.             },
  115.             {
  116.                 "command" : "scrollDownPage",
  117.                 "keys" :
  118.                 [
  119.                     "ctrl+shift+pgdn"
  120.                 ]
  121.             },
  122.             {
  123.                 "command" : "scrollUp",
  124.                 "keys" :
  125.                 [
  126.                     "ctrl+shift+up"
  127.                 ]
  128.             },
  129.             {
  130.                 "command" : "scrollUpPage",
  131.                 "keys" :
  132.                 [
  133.                     "ctrl+shift+pgup"
  134.                 ]
  135.             },
  136.             {
  137.                 "command" : "switchToTab0",
  138.                 "keys" :
  139.                 [
  140.                     "alt+1"
  141.                 ]
  142.             },
  143.             {
  144.                 "command" : "switchToTab1",
  145.                 "keys" :
  146.                 [
  147.                     "alt+2"
  148.                 ]
  149.             },
  150.             {
  151.                 "command" : "switchToTab2",
  152.                 "keys" :
  153.                 [
  154.                     "alt+3"
  155.                 ]
  156.             },
  157.             {
  158.                 "command" : "switchToTab3",
  159.                 "keys" :
  160.                 [
  161.                     "alt+4"
  162.                 ]
  163.             },
  164.             {
  165.                 "command" : "switchToTab4",
  166.                 "keys" :
  167.                 [
  168.                     "alt+5"
  169.                 ]
  170.             },
  171.             {
  172.                 "command" : "switchToTab5",
  173.                 "keys" :
  174.                 [
  175.                     "alt+6"
  176.                 ]
  177.             },
  178.             {
  179.                 "command" : "switchToTab6",
  180.                 "keys" :
  181.                 [
  182.                     "alt+7"
  183.                 ]
  184.             },
  185.             {
  186.                 "command" : "switchToTab7",
  187.                 "keys" :
  188.                 [
  189.                     "alt+8"
  190.                 ]
  191.             },
  192.             {
  193.                 "command" : "switchToTab8",
  194.                 "keys" :
  195.                 [
  196.                     "alt+9"
  197.                 ]
  198.             }
  199.         ],
  200.         "requestedTheme" : "system",
  201.         "showTabsInTitlebar" : true,
  202.         "showTerminalTitleInTitlebar" : true,
  203.         "wordDelimiters" : " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502"
  204.     },
  205.     "profiles" :
  206.     [
  207.         {
  208.             "acrylicOpacity" : 1.0,
  209.             "closeOnExit" : true,
  210.             "colorScheme" : "Campbell",
  211.             "commandline" : "wsl.exe -d Ubuntu-18.04",
  212.             "cursorColor" : "#FFFFFF",
  213.             "cursorShape" : "bar",
  214.             "fontFace" : "Consolas",
  215.             "fontSize" : 10,
  216.             "guid" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
  217.             "historySize" : 9001,
  218.             "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
  219.             "name" : "Ubuntu-18.04",
  220.             "padding" : "0, 0, 0, 0",
  221.             "snapOnInput" : true,
  222.             "startingDirectory" : "%USERPROFILE%",
  223.             "useAcrylic" : false
  224.         },
  225.         {
  226.             "acrylicOpacity" : 1.0,
  227.             "closeOnExit" : true,
  228.             "colorScheme" : "Campbell",
  229.             "commandline" : "C:\\Program Files\\PowerShell\\6\\pwsh.exe",
  230.             "cursorColor" : "#FFFFFF",
  231.             "cursorShape" : "bar",
  232.             "fontFace" : "Consolas",
  233.             "fontSize" : 10,
  234.             "guid" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
  235.             "historySize" : 9001,
  236.             "icon" : "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png",
  237.             "name" : "PowerShell Core",
  238.             "padding" : "0, 0, 0, 0",
  239.             "snapOnInput" : true,
  240.             "startingDirectory" : "%USERPROFILE%",
  241.             "useAcrylic" : false
  242.         },
  243.         {
  244.             "acrylicOpacity" : 1.0,
  245.             "background" : "#012456",
  246.             "closeOnExit" : true,
  247.             "colorScheme" : "Campbell",
  248.             "commandline" : "powershell.exe",
  249.             "cursorColor" : "#FFFFFF",
  250.             "cursorShape" : "bar",
  251.             "fontFace" : "Consolas",
  252.             "fontSize" : 10,
  253.             "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  254.             "historySize" : 9001,
  255.             "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
  256.             "name" : "Windows PowerShell",
  257.             "padding" : "0, 0, 0, 0",
  258.             "snapOnInput" : true,
  259.             "startingDirectory" : "%USERPROFILE%",
  260.             "useAcrylic" : false
  261.         },
  262.         {
  263.             "acrylicOpacity" : 1.0,
  264.             "closeOnExit" : true,
  265.             "colorScheme" : "Campbell",
  266.             "commandline" : "cmd.exe",
  267.             "cursorColor" : "#FFFFFF",
  268.             "cursorShape" : "bar",
  269.             "fontFace" : "Consolas",
  270.             "fontSize" : 10,
  271.             "guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  272.             "historySize" : 9001,
  273.             "icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
  274.             "name" : "cmd",
  275.             "padding" : "0, 0, 0, 0",
  276.             "snapOnInput" : true,
  277.             "startingDirectory" : "%USERPROFILE%",
  278.             "useAcrylic" : true
  279.         }
  280.     ],
  281.     "schemes" :
  282.     [
  283.         {
  284.             "background" : "#0C0C0C",
  285.             "black" : "#0C0C0C",
  286.             "blue" : "#0037DA",
  287.             "brightBlack" : "#767676",
  288.             "brightBlue" : "#3B78FF",
  289.             "brightCyan" : "#61D6D6",
  290.             "brightGreen" : "#16C60C",
  291.             "brightPurple" : "#B4009E",
  292.             "brightRed" : "#E74856",
  293.             "brightWhite" : "#F2F2F2",
  294.             "brightYellow" : "#F9F1A5",
  295.             "cyan" : "#3A96DD",
  296.             "foreground" : "#F2F2F2",
  297.             "green" : "#13A10E",
  298.             "name" : "Campbell",
  299.             "purple" : "#881798",
  300.             "red" : "#C50F1F",
  301.             "white" : "#CCCCCC",
  302.             "yellow" : "#C19C00"
  303.         },
  304.         {
  305.             "background" : "#282C34",
  306.             "black" : "#282C34",
  307.             "blue" : "#61AFEF",
  308.             "brightBlack" : "#5A6374",
  309.             "brightBlue" : "#61AFEF",
  310.             "brightCyan" : "#56B6C2",
  311.             "brightGreen" : "#98C379",
  312.             "brightPurple" : "#C678DD",
  313.             "brightRed" : "#E06C75",
  314.             "brightWhite" : "#DCDFE4",
  315.             "brightYellow" : "#E5C07B",
  316.             "cyan" : "#56B6C2",
  317.             "foreground" : "#DCDFE4",
  318.             "green" : "#98C379",
  319.             "name" : "One Half Dark",
  320.             "purple" : "#C678DD",
  321.             "red" : "#E06C75",
  322.             "white" : "#DCDFE4",
  323.             "yellow" : "#E5C07B"
  324.         },
  325.         {
  326.             "background" : "#FAFAFA",
  327.             "black" : "#383A42",
  328.             "blue" : "#0184BC",
  329.             "brightBlack" : "#4F525D",
  330.             "brightBlue" : "#61AFEF",
  331.             "brightCyan" : "#56B5C1",
  332.             "brightGreen" : "#98C379",
  333.             "brightPurple" : "#C577DD",
  334.             "brightRed" : "#DF6C75",
  335.             "brightWhite" : "#FFFFFF",
  336.             "brightYellow" : "#E4C07A",
  337.             "cyan" : "#0997B3",
  338.             "foreground" : "#383A42",
  339.             "green" : "#50A14F",
  340.             "name" : "One Half Light",
  341.             "purple" : "#A626A4",
  342.             "red" : "#E45649",
  343.             "white" : "#FAFAFA",
  344.             "yellow" : "#C18301"
  345.         },
  346.         {
  347.             "background" : "#073642",
  348.             "black" : "#073642",
  349.             "blue" : "#268BD2",
  350.             "brightBlack" : "#002B36",
  351.             "brightBlue" : "#839496",
  352.             "brightCyan" : "#93A1A1",
  353.             "brightGreen" : "#586E75",
  354.             "brightPurple" : "#6C71C4",
  355.             "brightRed" : "#CB4B16",
  356.             "brightWhite" : "#FDF6E3",
  357.             "brightYellow" : "#657B83",
  358.             "cyan" : "#2AA198",
  359.             "foreground" : "#FDF6E3",
  360.             "green" : "#859900",
  361.             "name" : "Solarized Dark",
  362.             "purple" : "#D33682",
  363.             "red" : "#D30102",
  364.             "white" : "#EEE8D5",
  365.             "yellow" : "#B58900"
  366.         },
  367.         {
  368.             "background" : "#FDF6E3",
  369.             "black" : "#073642",
  370.             "blue" : "#268BD2",
  371.             "brightBlack" : "#002B36",
  372.             "brightBlue" : "#839496",
  373.             "brightCyan" : "#93A1A1",
  374.             "brightGreen" : "#586E75",
  375.             "brightPurple" : "#6C71C4",
  376.             "brightRed" : "#CB4B16",
  377.             "brightWhite" : "#FDF6E3",
  378.             "brightYellow" : "#657B83",
  379.             "cyan" : "#2AA198",
  380.             "foreground" : "#073642",
  381.             "green" : "#859900",
  382.             "name" : "Solarized Light",
  383.             "purple" : "#D33682",
  384.             "red" : "#D30102",
  385.             "white" : "#EEE8D5",
  386.             "yellow" : "#B58900"
  387.         }
  388.     ]
  389. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement