Skip to content

Instantly share code, notes, and snippets.

@rpunt
Created March 29, 2020 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpunt/551efa7451cd555805b52cdd648dd43a to your computer and use it in GitHub Desktop.
Save rpunt/551efa7451cd555805b52cdd648dd43a to your computer and use it in GitHub Desktop.
Microsoft Terminal configuration
// 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",
"globals": {
"alwaysShowTabs": true,
"initialCols": 120,
"initialRows": 30,
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�",
"keybindings": [
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
// { "command": "closeTab", "keys": [ "ctrl+d" ] },
{
"command": "newTab",
"keys": [ "ctrl+t" ]
},
{
"command": "newTabProfile0",
"keys": [ "ctrl+shift+1" ]
},
{
"command": "newTabProfile1",
"keys": [ "ctrl+shift+2" ]
},
{
"command": "newTabProfile2",
"keys": [ "ctrl+shift+3" ]
},
{
"command": "newTabProfile3",
"keys": [ "ctrl+shift+4" ]
},
{
"command": "newTabProfile4",
"keys": [ "ctrl+shift+5" ]
},
{
"command": "newTabProfile5",
"keys": [ "ctrl+shift+6" ]
},
{
"command": "newTabProfile6",
"keys": [ "ctrl+shift+7" ]
},
{
"command": "newTabProfile7",
"keys": [ "ctrl+shift+8" ]
},
{
"command": "newTabProfile8",
"keys": [ "ctrl+shift+9" ]
},
{
"command": "nextTab",
"keys": [ "ctrl+tab" ]
},
{
"command": "prevTab",
"keys": [ "ctrl+shift+tab" ]
},
{
"command": "scrollDown",
"keys": [ "ctrl+shift+down" ]
},
{
"command": "scrollDownPage",
"keys": [ "ctrl+shift+pgdn" ]
},
{
"command": "scrollUp",
"keys": [ "ctrl+shift+up" ]
},
{
"command": "scrollUpPage",
"keys": [ "ctrl+shift+pgup" ]
},
{
"command": "switchToTab0",
"keys": [ "alt+1" ]
},
{
"command": "switchToTab1",
"keys": [ "alt+2" ]
},
{
"command": "switchToTab2",
"keys": [ "alt+3" ]
},
{
"command": "switchToTab3",
"keys": [ "alt+4" ]
},
{
"command": "switchToTab4",
"keys": [ "alt+5" ]
},
{
"command": "switchToTab5",
"keys": [ "alt+6" ]
},
{
"command": "switchToTab6",
"keys": [ "alt+7" ]
},
{
"command": "switchToTab7",
"keys": [ "alt+8" ]
},
{
"command": "switchToTab8",
"keys": [ "alt+9" ]
},
{
"command": "copy",
"keys": [ "ctrl+shift+c" ]
},
{
"command": "paste",
"keys": [ "ctrl+shift+v" ]
}
]
},
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"profiles": {
"defaults": {
"fontFace": "Delugia Nerd Font"
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": true
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl",
"colorScheme": "Zenburn",
"startingDirectory": "//wsl$/Debian/home/ryan"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": true
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore",
"colorScheme": "Zenburn"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
// Add custom color schemes to this array
"schemes": [
{
"name": "Zenburn",
"background": "#1C1C1C",
"black": "#1E2320",
"blue": "#506070",
"brightBlack": "#709080",
"brightBlue": "#94BFF3",
"brightCyan": "#93E0E3",
"brightGreen": "#C3BF9F",
"brightPurple": "#EC93D3",
"brightRed": "#DCA3A3",
"brightWhite": "#FFFFFF",
"brightYellow": "#F0DFAF",
"cyan": "#8CD0D3",
"foreground": "#DCDCCC",
"green": "#60B48A",
"purple": "#DC8CC3",
"red": "#D78787",
"white": "#DCDCCC",
"yellow": "#DFAF8F"
},
{
"name": "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",
"purple": "#D33682",
"red": "#16C60C",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"name": "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",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"name": "Pandora",
"background": "#141E43",
"black": "#000000",
"blue": "#338F86",
"brightBlack": "#3F5648",
"brightBlue": "#23D7D7",
"brightCyan": "#00EDE1",
"brightGreen": "#74CD68",
"brightPurple": "#FF37FF",
"brightRed": "#FF3242",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFB929",
"cyan": "#23D7D7",
"foreground": "#E1E1E1",
"green": "#74AF68",
"purple": "#9414E6",
"red": "#FF4242",
"white": "#E2E2E2",
"yellow": "#FFAD29"
},
{
"name": "Treehouse",
"background": "#191919",
"black": "#321300",
"blue": "#58859A",
"brightBlack": "#433626",
"brightBlue": "#85CFED",
"brightCyan": "#F07D14",
"brightGreen": "#55F238",
"brightPurple": "#E14C5A",
"brightRed": "#ED5D20",
"brightWhite": "#FFC800",
"brightYellow": "#F2B732",
"cyan": "#B25A1E",
"foreground": "#786B53",
"green": "#44A900",
"purple": "#97363D",
"red": "#B2270E",
"white": "#786B53",
"yellow": "#AA820C"
},
{
"name": "Treehousez",
"background": "#191919",
"black": "#321300",
"blue": "#58859A",
"brightBlack": "#433626",
"brightBlue": "#85CFED",
"brightCyan": "#F07D14",
"brightGreen": "#55F238",
"brightPurple": "#E14C5A",
"brightRed": "#ED5D20",
"brightWhite": "#FFC800",
"brightYellow": "#F2B732",
"cyan": "#B25A1E",
"foreground": "#786B53",
"green": "#44A900",
"purple": "#97363D",
"red": "#B2270E",
"white": "#786B53",
"yellow": "#AA820C"
},
{
"name": "Ubuntuz",
"background": "#300A24",
"black": "#2E3436",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cyan": "#06989A",
"foreground": "#EEEEEC",
"green": "#4E9A06",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"name": "Symfonicz",
"background": "#000000",
"black": "#000000",
"blue": "#0084D4",
"brightBlack": "#1B1D21",
"brightBlue": "#0084D4",
"brightCyan": "#CCCCFF",
"brightGreen": "#56DB3A",
"brightPurple": "#B729D9",
"brightRed": "#DC322F",
"brightWhite": "#FFFFFF",
"brightYellow": "#FF8400",
"cyan": "#CCCCFF",
"foreground": "#FFFFFF",
"green": "#56DB3A",
"purple": "#B729D9",
"red": "#DC322F",
"white": "#FFFFFF",
"yellow": "#FF8400"
},
{
"name": "Chalkboardz",
"background": "#29262F",
"black": "#000000",
"blue": "#7372C3",
"brightBlack": "#323232",
"brightBlue": "#AAAADB",
"brightCyan": "#AADADB",
"brightGreen": "#AADBAA",
"brightPurple": "#DBAADA",
"brightRed": "#DBAAAA",
"brightWhite": "#FFFFFF",
"brightYellow": "#DADBAA",
"cyan": "#72C2C3",
"foreground": "#D9E6F2",
"green": "#72C373",
"purple": "#C372C2",
"red": "#C37372",
"white": "#D9D9D9",
"yellow": "#C2C372"
},
{
"name": "Chesterz",
"background": "#2C3643",
"black": "#080200",
"blue": "#288AD6",
"brightBlack": "#6F6B68",
"brightBlue": "#278AD6",
"brightCyan": "#27DEDE",
"brightGreen": "#16C98D",
"brightPurple": "#D34590",
"brightRed": "#FA5E5B",
"brightWhite": "#FFFFFF",
"brightYellow": "#FEEF6D",
"cyan": "#28DDDE",
"foreground": "#FFFFFF",
"green": "#16C98D",
"purple": "#D34590",
"red": "#FA5E5B",
"white": "#E7E7E7",
"yellow": "#FFC83F"
},
{
"name": "Lovelace",
"background": "#1D1F28",
"black": "#282A36",
"blue": "#8897F4",
"brightBlack": "#414458",
"brightBlue": "#556FFF",
"brightCyan": "#3FDCEE",
"brightGreen": "#18E3C8",
"brightPurple": "#B043D1",
"brightRed": "#FF4971",
"brightWhite": "#BEBEC1",
"brightYellow": "#FF8037",
"cyan": "#79E6F3",
"foreground": "#FDFDFD",
"green": "#5ADECD",
"purple": "#C574DD",
"red": "#F37F97",
"white": "#FDFDFD",
"yellow": "#F2A272"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment