Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created December 23, 2019 01:46
Show Gist options
  • Save j1cs/3b479bc205297dd146a87bb50204acff to your computer and use it in GitHub Desktop.
Save j1cs/3b479bc205297dd146a87bb50204acff to your computer and use it in GitHub Desktop.
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"colorScheme": "Dracula",
"hidden": false
},
{
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
"hidden": false,
"name": "Kali",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{1777cdf0-b2c4-5a63-a204-eb60f349ea7c}",
"hidden": false,
"name": "Alpine",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
"schemes": [
{
"name": "Dracula",
"black": "#000000",
"red": "#ff5555",
"green": "#50fa7b",
"yellow": "#f1fa8c",
"blue": "#bd93f9",
"purple": "#ff79c6",
"cyan": "#8be9fd",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#50fa7b",
"brightYellow": "#f1fa8c",
"brightBlue": "#bd93f9",
"brightPurple": "#ff79c6",
"brightCyan": "#8be9fd",
"brightWhite": "#ffffff",
"background": "#1e1f29",
"foreground": "#f8f8f2"
},
{
"name": "Obsidian",
"black": "#000000",
"red": "#a60001",
"green": "#00bb00",
"yellow": "#fecd22",
"blue": "#3a9bdb",
"purple": "#bb00bb",
"cyan": "#00bbbb",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff0003",
"brightGreen": "#93c863",
"brightYellow": "#fef874",
"brightBlue": "#a1d7ff",
"brightPurple": "#ff55ff",
"brightCyan": "#55ffff",
"brightWhite": "#ffffff",
"background": "#283033",
"foreground": "#cdcdcd"
},
{
"name": "OceanicMaterial",
"black": "#000000",
"red": "#ee2b2a",
"green": "#40a33f",
"yellow": "#ffea2e",
"blue": "#1e80f0",
"purple": "#8800a0",
"cyan": "#16afca",
"white": "#a4a4a4",
"brightBlack": "#777777",
"brightRed": "#dc5c60",
"brightGreen": "#70be71",
"brightYellow": "#fff163",
"brightBlue": "#54a4f3",
"brightPurple": "#aa4dbc",
"brightCyan": "#42c7da",
"brightWhite": "#ffffff",
"background": "#1c262b",
"foreground": "#c2c8d7"
},
{
"name": "rebecca",
"black": "#12131e",
"red": "#dd7755",
"green": "#04dbb5",
"yellow": "#f2e7b7",
"blue": "#7aa5ff",
"purple": "#bf9cf9",
"cyan": "#56d3c2",
"white": "#e4e3e9",
"brightBlack": "#666699",
"brightRed": "#ff92cd",
"brightGreen": "#01eac0",
"brightYellow": "#fffca8",
"brightBlue": "#69c0fa",
"brightPurple": "#c17ff8",
"brightCyan": "#8bfde1",
"brightWhite": "#f4f2f9",
"background": "#292a44",
"foreground": "#e8e6ed"
},
{
"name": "Tomorrow Night Bright",
"black": "#000000",
"red": "#d54e53",
"green": "#b9ca4a",
"yellow": "#e7c547",
"blue": "#7aa6da",
"purple": "#c397d8",
"cyan": "#70c0b1",
"white": "#ffffff",
"brightBlack": "#000000",
"brightRed": "#d54e53",
"brightGreen": "#b9ca4a",
"brightYellow": "#e7c547",
"brightBlue": "#7aa6da",
"brightPurple": "#c397d8",
"brightCyan": "#70c0b1",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#eaeaea"
}
],
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment