Guest User

Cyberpunk 2077 - terminal

a guest
Nov 23rd, 2020
1,968
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.52 KB | None | 1 0
  1. // This file was initially generated by Windows Terminal 1.3.2651.0
  2. // It should still be usable in newer versions, but newer versions might have additional
  3. // settings, help text, or changes that you will not see unless you clear this file
  4. // and let us generate a new one for you.
  5.  
  6. // To view the default settings, hold "alt" while clicking on the "Settings" button.
  7. // For documentation on these settings, see: https://aka.ms/terminal-documentation
  8. {
  9.     "$schema": "https://aka.ms/terminal-profiles-schema",
  10.  
  11.     "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  12.  
  13.     // You can add more global application settings here.
  14.     // To learn more about global settings, visit https://aka.ms/terminal-global-settings
  15.  
  16.     // If enabled, selections are automatically copied to your clipboard.
  17.     "copyOnSelect": false,
  18.  
  19.     // If enabled, formatted data is also copied to your clipboard
  20.     "copyFormatting": false,
  21.  
  22.     // A profile specifies a command to execute paired with information about how it should look and feel.
  23.     // Each one of them will appear in the 'New Tab' dropdown,
  24.     //   and can be invoked from the commandline with `wt.exe -p xxx`
  25.     // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
  26.     "profiles":
  27.     {
  28.         "defaults":
  29.         {
  30.             // Put settings here that you want to apply to all profiles.
  31.         },
  32.         "list":
  33.         [
  34.             {
  35.                 // Make changes here to the powershell.exe profile.
  36.                 "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  37.                 "name": "Windows PowerShell",
  38.                 "commandline": "powershell.exe",
  39.                 "hidden": false,
  40.                 "fontFace": "PxPlus IBM VGA8",
  41.                 "experimental.retroTerminalEffect": true,
  42.                 "cursorShape": "vintage",
  43.                 "cursorColor": "#ff3c3c",
  44.                 "colorScheme": "Cyberpunk",
  45.                 "padding" : "15, 15, 15, 15",
  46.                 "backgroundImage": "C:/Users/UrUserName/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/cp2077L.gif"
  47.                
  48.             },
  49.             {
  50.                 // Make changes here to the cmd.exe profile.
  51.                 "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  52.                 "name": "Command Prompt",
  53.                 "commandline": "cmd.exe",
  54.                 "hidden": false,
  55.                 "fontFace": "PxPlus IBM VGA8",
  56.                 "experimental.retroTerminalEffect": true,
  57.                 "cursorShape": "vintage",
  58.                 "cursorColor": "#ff3c3c",
  59.                 "colorScheme": "Cyberpunk",
  60.                 "padding" : "15, 15, 15, 15",
  61.                 "backgroundImage": "C:/Users/UrUserName/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/cp2077L.gif"
  62.             },
  63.             {
  64.                 "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  65.                 "hidden": false,
  66.                 "name": "Azure Cloud Shell",
  67.                 "source": "Windows.Terminal.Azure",
  68.                 "fontFace": "PxPlus IBM VGA8",
  69.                 "experimental.retroTerminalEffect": true,
  70.                 "cursorShape": "vintage",
  71.                 "cursorColor": "#ff3c3c",
  72.                 "colorScheme": "Cyberpunk",
  73.                 "padding" : "15, 15, 15, 15",
  74.                 "backgroundImage": "C:/Users/UrUserName/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/cp2077L.gif"
  75.             }
  76.         ]
  77.     },
  78.  
  79.     // Add custom color schemes to this array.
  80.     // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
  81.     "schemes": [
  82.         {
  83.             "name": "Cyberpunk",
  84.             "black": "#090300",
  85.             "red": "#ff1100",
  86.             "green": "#01a252",
  87.             "yellow": "#fded02",
  88.             "blue": "#26bdfd",
  89.             "purple": "#a16a94",
  90.             "cyan": "#b5e4f4",
  91.             "white": "#a5a2a2",
  92.             "brightBlack": "#5c5855",
  93.             "brightRed": "#e8bbd0",
  94.             "brightGreen": "#3a3432",
  95.             "brightYellow": "#ff9494",
  96.             "brightBlue": "#807d7c",
  97.             "brightPurple": "#d6d5d4",
  98.             "brightCyan": "#cdab53",
  99.             "brightWhite": "#f7f7f7",
  100.             "background": "#090300",
  101.             "foreground": "#ff3c3c"
  102.           }
  103.     ],
  104.  
  105.     // Add custom actions and keybindings to this array.
  106.     // To unbind a key combination from your defaults.json, set the command to "unbound".
  107.     // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings
  108.     "actions":
  109.     [
  110.         // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
  111.         // These two lines additionally bind them to Ctrl+C and Ctrl+V.
  112.         // To learn more about selection, visit https://aka.ms/terminal-selection
  113.         { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
  114.         { "command": "paste", "keys": "ctrl+v" },
  115.  
  116.         // Press Ctrl+Shift+F to open the search box
  117.         { "command": "find", "keys": "ctrl+shift+f" },
  118.  
  119.         // Press Alt+Shift+D to open a new pane.
  120.         // - "split": "auto" makes this pane open in the direction that provides the most surface area.
  121.         // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
  122.         // To learn more about panes, visit https://aka.ms/terminal-panes
  123.         { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
  124.     ]
  125. }
Add Comment
Please, Sign In to add comment