Skip to content

Instantly share code, notes, and snippets.

@IlanVivanco
Last active August 18, 2020 17:57
Show Gist options
  • Save IlanVivanco/5285dd8cd749eca0afef714a991c286a to your computer and use it in GitHub Desktop.
Save IlanVivanco/5285dd8cd749eca0afef714a991c286a 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}",
"initialCols": 120,
"initialRows": 30,
"copyOnSelect": true,
"profiles": {
"defaults": {
"acrylicOpacity": 0.85,
"cursorColor": "#CCC",
"cursorShape": "bar",
"fontFace": "Mononoki NF",
"colorScheme": "Consola Cotalpa",
"fontSize": 10,
"padding": "10, 10, 10, 10",
"startingDirectory": "%USERPROFILE%",
"useAcrylic": false
},
"list": [
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu 20.04",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Ubuntu-20.04/home/ilan"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
{
"name": "Monokai Cotalpa",
"foreground": "#d4dade",
"background": "#273136",
"cursorColor": "#f4fafe",
"black": "#273136",
"blue": "#82ddfc",
"brightBlack": "#5a6374",
"brightBlue": "#61afef",
"brightCyan": "#82ddfc",
"brightGreen": "#a2e57b",
"brightPurple": "#c678dd",
"brightRed": "#fc8f82",
"brightWhite": "#f4fafe",
"brightYellow": "#fcde82",
"cyan": "#82ddfc",
"green": "#a2e57b",
"purple": "#c678dd",
"red": "#fc8f82",
"white": "#f4fafe",
"yellow": "#fcde82"
},
{
"name": "Consola Cotalpa",
"brightBlack": "#494a52",
"brightRed": "#b84d51",
"brightGreen": "#b3bf5a",
"brightYellow": "#fcde82",
"brightBlue": "#6e90b0",
"brightPurple": "#a17eac",
"brightCyan": "#7fbfb4",
"brightWhite": "#b5b9b6",
"black": "#1d1f22",
"red": "#8d2e32",
"green": "#798431",
"yellow": "#ba9d62",
"blue": "#4b6b88",
"purple": "#6e5079",
"cyan": "#4d7b74",
"white": "#5a626a",
"background": "#273136",
"foreground": "#d4dade"
}
],
"keybindings": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "closeTab",
"keys": "ctrl+w"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": "newTab",
"keys": "ctrl+t"
},
{
"command": {
"action": "splitPane",
"split": "vertical"
},
"keys": "ctrl+shift+right"
},
{
"command": {
"action": "splitPane",
"split": "horizontal"
},
"keys": "ctrl+shift+down"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment