Skip to content

Instantly share code, notes, and snippets.

@phnahes
Created July 17, 2020 20:15
Show Gist options
  • Save phnahes/6db18a2c81224ca9552ae4e184a6fc56 to your computer and use it in GitHub Desktop.
Save phnahes/6db18a2c81224ca9552ae4e184a6fc56 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"copyOnSelect": true,
"copyFormatting": false,
"profiles":
{
"defaults":
{
// Put settings here that you want to apply to all profiles.
},
"list":
[
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Ubuntu-18.04/home/paulo.nahes",
"colorScheme": "OneDark",
"fontFace": "Cascadia Code",
"acrylicOpacity": 0.8,
"backgroundImage": "C:/Users/thoma/OneDrive/Pictures/Me/Thomas Maurer Logos 2016/WindowsTerminal/RobotwithBackground.jpg",
"useAcrylic": true,
"backgroundImageOpacity" : 0.1
},
{
// Make changes here to the cmd.exe profile.
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Prompt de comando",
"commandline": "cmd.exe",
"hidden": false
},
{
// Make changes here to the powershell.exe profile.
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
{
// Color Scheme: VibrantInk
"background" : "#000000",
"black" : "#878787",
"blue" : "#44B4CC",
"brightBlack" : "#555555",
"brightBlue" : "#0000FF",
"brightCyan" : "#19D1D8",
"brightGreen" : "#81EC0D",
"brightPurple" : "#FF00FF",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#FFD93D",
"cyan" : "#19D1D8",
"foreground" : "#FFFFFF",
"green" : "#CCFF04",
"name" : "VibrantInk",
"purple" : "#9933CC",
"red" : "#FF6600",
"white" : "#F5F5F5",
"yellow" : "#FFD93D"
},
{
// Color Scheme: VibrantTom
"background" : "#16171D",
"black" : "#878787",
"blue" : "#44B4CC",
"brightBlack" : "#E373C8",
"brightBlue" : "#0000FF",
"brightCyan" : "#19D1D8",
"brightGreen" : "#81EC0D",
"brightPurple" : "#FF00FF",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#FFD93D",
"cyan" : "#19D1D8",
"foreground" : "#FFFFFF",
"green" : "#CCFF04",
"name" : "VibrantTom",
"purple" : "#9933CC",
"red" : "#FF6600",
"white" : "#F5F5F5",
"yellow" : "#FFD93D"
},
{
// Color Scheme: PowerShellTom
"background" : "#012456",
"black" : "#000000",
"blue" : "#0000ff",
"brightBlack" : "#AAAAAA",
"brightBlue" : "#44B4CC",
"brightCyan" : "#19D1D8",
"brightGreen" : "#81EC0D",
"brightPurple" : "#FF00FF",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#FFD93D",
"cyan" : "#19D1D8",
"foreground" : "#FFFFFF",
"green" : "#00ff00",
"name" : "PowerShellTom",
"purple" : "#9933CC",
"red" : "#FF6600",
"white" : "#F5F5F5",
"yellow" : "#FFD93D"
},
{
// 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: VibrantInkTom Light
"background" : "#EEEEEE",
"black" : "#878787",
"blue" : "#44B4CC",
"brightBlack" : "#595e68",
"brightBlue" : "#0000FF",
"brightCyan" : "#19D1D8",
"brightGreen" : "#3f953a",
"brightPurple" : "#FF00FF",
"brightRed" : "#FF0000",
"brightWhite" : "#E5E5E5",
"brightYellow" : "#FF6600",
"cyan" : "#44B4CC",
"foreground" : "#16171D",
"green" : "#3f953a",
"name" : "VibrantTomLight",
"purple" : "#9933CC",
"red" : "#FF6600",
"white" : "#F5F5F5",
"yellow" : "#FFD93D"
},
{
"name": "OneDark",
"black": "#1e2127",
"red": "#e06c75",
"green": "#98c379",
"yellow": "#d19a66",
"blue": "#61afef",
"purple": "#c678dd",
"cyan": "#56b6c2",
"white": "#abb2bf",
"brightBlack": "#5c6370",
"brightRed": "#e06c75",
"brightGreen": "#98c379",
"brightYellow": "#d19a66",
"brightBlue": "#61afef",
"brightPurple": "#c678dd",
"brightCyan": "#56b6c2",
"brightWhite": "#ffffff",
"background": "#1e2127",
"foreground": "#abb2bf",
"cursorColor": "#aaaaaa"
},
{
"name": "OneLight",
"black": "#000000",
"red": "#de3e35",
"green": "#3f953a",
"yellow": "#d2b67c",
"blue": "#2f5af3",
"purple": "#950095",
"cyan": "#3f953a",
"white": "#bbbbbb",
"brightBlack": "#000000",
"brightRed": "#de3e35",
"brightGreen": "#3f953a",
"brightYellow": "#44B4CC",
"brightBlue": "#2f5af3",
"brightPurple": "#a00095",
"brightCyan": "#3f953a",
"brightWhite": "#aaaaaa",
"background": "#f9f9f9",
"foreground": "#2a2c33",
"cursorColor": "#aaaaaa"
}
],
"keybindings":
[
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
{ "command" : "closeTab", "keys" : ["ctrl+shift+w"] },
{ "command": "find", "keys": "ctrl+f" },
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "ctrl+shift+t" },
{"command":"newTab", "keys": "ctrl+t"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment