corrosiontears

Windows Terminal Profile New

Jul 16th, 2021 (edited)
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.09 KB | None | 0 0
  1. // To view the default settings, hold "alt" while clicking on the "Settings" button.
  2. // For documentation on these settings, see: https://aka.ms/terminal-documentation
  3.  
  4. {
  5.     "$schema": "https://aka.ms/terminal-profiles-schema",
  6.  
  7.     "defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
  8.  
  9.    "profiles":
  10.     {
  11.         "defaults":
  12.         {
  13.             "theme": "system",
  14.             "useTabSwitcher": true,
  15.             "initialCols": 50,
  16.             "initialRows": 35,
  17.             //"experimental.rendering.software": true,
  18.             "useAcrylic" : true,
  19.             "acrilycOpacity": 0.7,
  20.             "fontFace" : "Consolas",
  21.             "cursorColor" : "#FFFFFF",
  22.             "cursorShape" : "bar",
  23.             "fontSize": 10
  24.         },
  25.         "list":
  26.         [
  27.         {
  28.                 // Make changes here to the Debian profile.
  29.                 "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
  30.                 "hidden": false,
  31.                 "icon": "https://www.debian.org/favicon.ico",
  32.                 "name": "WSL Debian",
  33.                 "source": "Windows.Terminal.Wsl"
  34.             },
  35.             {
  36.                 // Make changes here to the powershell.exe profile.
  37.                 "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  38.                 "name": "Windows PowerShell",
  39.                 "commandline": "powershell.exe",
  40.                 "hidden": false
  41.             },
  42.             {
  43.                 // Make changes here to the cmd.exe profile.
  44.                 "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  45.                 "name": "Prompt de comando",
  46.                 "commandline": "cmd.exe",
  47.                 "hidden": false
  48.             },
  49.             {
  50.                 "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  51.                 "hidden": false,
  52.                 "name": "Azure Cloud Shell",
  53.                 "source": "Windows.Terminal.Azure"
  54.             }
  55.            
  56.         ]
  57.     },
  58.  
  59.     // Add custom color schemes to this array
  60.     "schemes": "One Half Dark",
  61.  
  62.     // Add any keybinding overrides to this array.
  63.     // To unbind a default keybinding, set the command to "unbound"
  64.     "keybindings": []
  65. }
  66.  
Add Comment
Please, Sign In to add comment