Advertisement
Guest User

dracula profiles.json

a guest
Nov 8th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.07 KB | None | 0 0
  1.  
  2. // To view the default settings, hold "alt" while clicking on the "Settings" button.
  3. // For documentation on these settings, see: https://aka.ms/terminal-documentation
  4.  
  5. {
  6.     "$schema": "https://aka.ms/terminal-profiles-schema",
  7.  
  8.     "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  9.  
  10.   "profiles": [
  11.     {
  12.       // Make changes here to the powershell.exe profile
  13.       "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  14.       "name": "Windows PowerShell",
  15.       "commandline": "powershell.exe",
  16.       "hidden": false
  17.       //"colorScheme": "One Half Dark"
  18.     },
  19.     {
  20.       // Make changes here to the cmd.exe profile
  21.       "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  22.       "name": "cmd",
  23.       "commandline": "cmd.exe",
  24.       "hidden": false
  25.     },
  26.     {
  27.       "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  28.       "hidden": false,
  29.       "name": "Azure Cloud Shell",
  30.       "source": "Windows.Terminal.Azure"
  31.     },
  32.     {
  33.       "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
  34.       "hidden": false,
  35.       "name": "Ubuntu",
  36.       "source": "Windows.Terminal.Wsl"
  37.     },
  38.     {
  39.       "acrylicOpacity": 0.5,
  40.       "background": "#282A36",
  41.       "closeOnExit": true,
  42.       "colorScheme": "Dracula",
  43.       "commandline": "powershell.exe",
  44.       "cursorColor": "#FFFFFF",
  45.       "cursorShape": "bar",
  46.       "fontFace": "Consolas",
  47.       "fontSize": 10,
  48.       "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  49.       "historySize": 9001,
  50.       "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
  51.       "name": "Windows PowerShell",
  52.       "padding": "0, 0, 0, 0",
  53.       "snapOnInput": true,
  54.       "startingDirectory": "%USERPROFILE%",
  55.       "useAcrylic": false
  56.     },
  57.     {
  58.       "acrylicOpacity": 0.75,
  59.       "closeOnExit": true,
  60.       "colorScheme": "Campbell",
  61.       "commandline": "cmd.exe",
  62.       "cursorColor": "#FFFFFF",
  63.       "cursorShape": "bar",
  64.       "fontFace": "Consolas",
  65.       "fontSize": 10,
  66.       "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  67.       "historySize": 9001,
  68.       "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
  69.       "name": "cmd",
  70.       "padding": "0, 0, 0, 0",
  71.       "snapOnInput": true,
  72.       "startingDirectory": "%USERPROFILE%",
  73.       "useAcrylic": true
  74.     }
  75.   ],
  76.  
  77.     // Add custom color schemes to this array
  78.   "schemes": [
  79.     {
  80.       "background": "#282A36",
  81.       "black": "#21222C",
  82.       "blue": "#BD93F9",
  83.       "brightBlack": "#6272A4",
  84.       "brightBlue": "#D6ACFF",
  85.       "brightCyan": "#A4FFFF",
  86.       "brightGreen": "#69FF94",
  87.       "brightPurple": "#FF92DF",
  88.       "brightRed": "#FF6E6E",
  89.       "brightWhite": "#FFFFFF",
  90.       "brightYellow": "#FFFFA5",
  91.       "cyan": "#8BE9FD",
  92.       "foreground": "#F8F8F2",
  93.       "green": "#50FA7B",
  94.       "name": "Dracula",
  95.       "purple": "#FF79C6",
  96.       "red": "#FF5555",
  97.       "white": "#F8F8F2",
  98.       "yellow": "#F1FA8C"
  99.     }
  100.   ],
  101.  
  102.     // Add any keybinding overrides to this array.
  103.     // To unbind a default keybinding, set the command to "unbound"
  104.     "keybindings": []
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement