Aliendreamer

windows terminal settings

Dec 19th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.45 KB | None | 0 0
  1. {
  2.     "$schema": "https://aka.ms/terminal-profiles-schema",
  3.     "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  4.     "profiles": [
  5.         {
  6.             // Make changes here to the powershell.exe profile
  7.             "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  8.             "name": "Windows PowerShell",
  9.             "commandline": "powershell.exe",
  10.             "backgroundImage": "C:\\Users\\Teo\\AppData\\Local\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\LocalState/lotr.jpg",
  11.             "backgroundImageOpacity": 0.55,
  12.             "backgroundImageStrechMode": "fill",
  13.             "hidden": false
  14.         },
  15.         {
  16.             // Make changes here to the cmd.exe profile
  17.             "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  18.             "name": "cmd",
  19.             "commandline": "cmd.exe",
  20.             "hidden": false
  21.         },
  22.         {
  23.             "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
  24.             "hidden": false,
  25.             "name": "PowerShell Core",
  26.             "source": "Windows.Terminal.PowershellCore"
  27.         },
  28.         {
  29.             "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  30.             "hidden": false,
  31.             "name": "Azure Cloud Shell",
  32.             "source": "Windows.Terminal.Azure"
  33.         }
  34.     ],
  35.     "keybindings": [
  36.         {
  37.             "command": "closeWindow",
  38.             "keys": [
  39.                 "alt+f4"
  40.             ]
  41.         },
  42.         {
  43.             "command": "splitHorizontal",
  44.             "keys": [
  45.                 "ctrl+-"
  46.             ]
  47.         },
  48.         {
  49.             "command": "splitVertical",
  50.             "keys": [
  51.                 "ctrl+\\"
  52.             ]
  53.         }
  54.     ],
  55.     // Add custom color schemes to this array
  56.     "schemes": [
  57.         {
  58.             "background": "#2C001E",
  59.             "black": "#4E9A06",
  60.             "blue": "#3465A4",
  61.             "brightBlack": "#555753",
  62.             "brightBlue": "#729FCF",
  63.             "brightCyan": "#34E2E2",
  64.             "brightGreen": "#8AE234",
  65.             "brightPurple": "#AD7FA8",
  66.             "brightRed": "#EF2929",
  67.             "brightWhite": "#EEEEEE",
  68.             "brightYellow": "#FCE94F",
  69.             "cyan": "#06989A",
  70.             "foreground": "#EEEEEE",
  71.             "green": "#300A24",
  72.             "name": "UbuntuLegit",
  73.             "purple": "#75507B",
  74.             "red": "#CC0000",
  75.             "white": "#D3D7CF",
  76.             "yellow": "#C4A000"
  77.         }
  78.     ]
  79. }
Add Comment
Please, Sign In to add comment