Skip to content

Instantly share code, notes, and snippets.

@aaronjolson
Created January 27, 2021 23:12
Show Gist options
  • Save aaronjolson/55a5f991df2688d63eae4e6f8fc33bd9 to your computer and use it in GitHub Desktop.
Save aaronjolson/55a5f991df2688d63eae4e6f8fc33bd9 to your computer and use it in GitHub Desktop.
Windows terminal config
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
{
"defaults":
{
// Put settings here that you want to apply to all profiles
},
"list":
[
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell ⚡",
"source": "Windows.Terminal.PowershellCore",
"useAcrylic": true,
"acrylicOpacity": 0.5,
"colorScheme": "VibrantInk"
},
{
// Make changes here to the powershell.exe profile
"guid": "{6e9fa4d2-c2c6-5271-96e7-afceeeaa7101}",
"name": "Glass PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"useAcrylic": true,
"acrylicOpacity": 0.5,
"colorScheme": "VibrantInk"
},
{
// CityScape profile
"guid": "{9823ab85-e8b9-468d-b6b9-8f55fec62b5b}",
"name": "CityScape Shell",
"commandline": "powershell.exe",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"fontFace": "Cascadia Code",
"useAcrylic": true,
"acrylicOpacity": 1.0,
"backgroundImageStretchMode": "fill",
"backgroundImageOpacity": 0.2,
"backgroundImage": "C:/Users/Aaron/Documents/terminal_backgrounds/fog.jpg",
"colorScheme": "CityBlues"
},
{
// Space Shell profile
"guid": "{b2d59d2c-150d-4a33-876c-b34cb22f1d38}",
"name": "Space Shell",
"commandline": "powershell.exe",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"fontFace": "Cascadia Code",
"backgroundImageStretchMode": "fill",
"backgroundImageOpacity": 0.5,
"backgroundImage": "C:/Users/Aaron/Documents/terminal_backgrounds/cosmos.jpg",
"colorScheme": "SpaceDust"
},
{
// Matrix profile
"guid": "{f10d370f-b0d2-401f-92ff-63125844cef4}",
"name": "Matrix Shell",
"commandline": "powershell.exe",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"cursorColor": "#00FF41",
"fontFace": "Terminus",
"cursorShape": "vintage",
"colorScheme": "Matrix"
},
{
// Make changes here to the powershell.exe profile
"guid": "{aaeee845-2baf-4f98-983a-8240d58ee450}",
"name": "Glass PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"useAcrylic": true,
"acrylicOpacity": 0.5,
"colorScheme": "VibrantInk"
},
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{6e9fa4d2-a4aa-562d-b1fa-0789dc1f83d7}",
"hidden": false,
"name": "Legacy",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
// Add custom color schemes to this array
"schemes": [
{
// Color Scheme: CityBlues
"background" : "#05001d",
"black" : "#878787",
"blue" : "#425b8a",
"brightBlack" : "#555555",
"brightBlue" : "#0000FF",
"brightCyan" : "#00FFFF",
"brightGreen" : "#00ff88",
"brightPurple" : "#7e007e",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#95aeff",
"cyan" : "#44cccc",
"foreground" : "#ffffff",
"green" : "#2f5c47",
"name" : "CityBlues",
"purple" : "#3e005d",
"red" : "#a30000",
"yellow" : "#bccff1",
"white" : "#F5F5F5"
},
{
// Color Scheme: SpaceDust
"background" : "#000000",
"black" : "#878787",
"blue" : "#44B4CC",
"brightBlack" : "#555555",
"brightBlue" : "#0000FF",
"brightCyan" : "#00FFFF",
"brightGreen" : "#00FF00",
"brightPurple" : "#FF00FF",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#FFFF00",
"cyan" : "#44B4CC",
"foreground" : "#7f559b",
"green" : "#CCFF04",
"name" : "SpaceDust",
"purple" : "#9933CC",
"red" : "#FF6600",
"white" : "#F5F5F5",
"yellow" : "#FFCC00"
},
{
// Color Scheme: VibrantInk
"background" : "#000000",
"black" : "#878787",
"blue" : "#44B4CC",
"brightBlack" : "#555555",
"brightBlue" : "#0000FF",
"brightCyan" : "#00FFFF",
"brightGreen" : "#00FF00",
"brightPurple" : "#FF00FF",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#FFFF00",
"cyan" : "#44B4CC",
"foreground" : "#FFFFFF",
"green" : "#CCFF04",
"name" : "VibrantInk",
"purple" : "#9933CC",
"red" : "#FF6600",
"white" : "#F5F5F5",
"yellow" : "#FFCC00"
},
{
// Color Scheme: Ubuntu
"background": "#2C001E",
"black": "#EEEEEC",
"blue": "#268BD2",
"brightBlack": "#002B36",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cyan": "#2AA198",
"foreground": "#EEEEEC",
"green": "#729FCF",
"name": "Ubuntu",
"purple": "#D33682",
"red": "#16C60C",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
// Color Scheme: UbuntuLegit
"background": "#2C001E",
"black": "#4E9A06",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEE",
"brightYellow": "#FCE94F",
"cyan": "#06989A",
"foreground": "#EEEEEE",
"green": "#300A24",
"name": "UbuntuLegit",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
// Color Scheme: Dracula
"background" : "#282A36",
"black" : "#21222C",
"blue" : "#BD93F9",
"brightBlack" : "#6272A4",
"brightBlue" : "#D6ACFF",
"brightCyan" : "#A4FFFF",
"brightGreen" : "#69FF94",
"brightPurple" : "#FF92DF",
"brightRed" : "#FF6E6E",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#FFFFA5",
"cyan" : "#8BE9FD",
"foreground" : "#F8F8F2",
"green" : "#50FA7B",
"name" : "Dracula",
"purple" : "#FF79C6",
"red" : "#FF5555",
"white" : "#F8F8F2",
"yellow" : "#F1FA8C"
},
{
// Color Scheme: Matrix
"background" : "#0D0208",
"black" : "#0D0208",
"blue" : "#00F811",
"brightBlack" : "#013501",
"brightBlue" : "#00FF41",
"brightCyan" : "#00FF41",
"brightGreen" : "#00FF41",
"brightPurple" : "#00FF41",
"brightRed" : "#00FF41",
"brightWhite" : "#00FF41",
"brightYellow" : "#00FF41",
"cyan" : "#008F11",
"foreground" : "#00FF41",
"green" : "#008F11",
"name" : "Matrix",
"purple" : "#008F11",
"red" : "#008F11",
"white" : "#008F11",
"yellow" : "#008F11"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment