Skip to content

Instantly share code, notes, and snippets.

@tammymakesthings
Last active January 21, 2020 16:35
Show Gist options
  • Save tammymakesthings/9198ad3598e1e7fdcc09f13546ce04c7 to your computer and use it in GitHub Desktop.
Save tammymakesthings/9198ad3598e1e7fdcc09f13546ce04c7 to your computer and use it in GitHub Desktop.
Windows 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",
"defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"globals": {
"alwaysShowTabs": true,
"copyOnSelect": true,
"historySize": 10000,
"initialCols": 120,
"initialRows": 32,
"showTabsInTitlebar": false,
"showTerminalTitleInTitlebar": true,
"padding": "20, 10, 20, 20"
},
"profiles": [
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "C:\\Users\\tammy.cravit\\OneDrive - MINDBODY, Inc"
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "C:\\Users\\tammy.cravit\\OneDrive - MINDBODY, Inc"
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"name": "Debian",
"source": "Windows.Terminal.Wsl",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "/home/tammy"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "/home/tammy"
},
{
"guid": "{769d0fff-4ca5-4c68-8d84-f1da31b7c984}",
"name": "Google Cloud Shell",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "C:\\Program Files (x86)\\Google\\Cloud SDK",
"commandline": "C:\\WINDOWS\\system32\\cmd.exe /k \"C:\\Program Files (x86)\\Google\\Cloud SDK\\cloud_env.bat\"",
"icon": "c:\\Users\\tammy.cravit\\Documents\\cloud_icon_256.png"
},
{
"guid": "{f331a04c-93d9-4acd-9fdd-3fbaa3e566d4}",
"name": "AWS Shell",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "C:\\Users\\tammy.cravit",
"commandline": "c:\\Python\\Scripts\\aws-shell.exe",
"icon": "c:\\Users\\tammy.cravit\\Documents\\aws_logo_smile.png"
},
{
"guid": "{185be5b3-ff45-4b78-ac6d-54f9f466d590}",
"name": "JupyterLab Server",
"fontFace": "Cascadia Code PL",
"colorScheme": "Dracula",
"cursorShape": "emptyBox",
"scrollbarState": "visible",
"useAcrylic": false,
"startingDirectory": "C:\\Users\\tammy.cravit\\Jupyter",
"commandline": "C:\\Python\\Scripts\\jupyter-lab.exe --no-browser --ip=127.0.0.1 --port=8001 --notebook-dir=C:\\Users\\tammy.cravit\\Jupyter",
"icon": "C:\\Users\\tammy.cravit\\Jupyter\\jupyter.png"
}
],
// Add custom color schemes to this array
"schemes": [
{
"name": "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",
"purple": "#FF79C6",
"red": "#FF5555",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
},
{
"name": "Atom",
"black": "#000000",
"red": "#fd5ff1",
"green": "#87c38a",
"yellow": "#ffd7b1",
"blue": "#85befd",
"purple": "#b9b6fc",
"cyan": "#85befd",
"white": "#e0e0e0",
"brightBlack": "#000000",
"brightRed": "#fd5ff1",
"brightGreen": "#94fa36",
"brightYellow": "#f5ffa8",
"brightBlue": "#96cbfe",
"brightPurple": "#b9b6fc",
"brightCyan": "#85befd",
"brightWhite": "#e0e0e0",
"background": "#161719",
"foreground": "#c5c8c6"
},
{
"name": "Cobalt Neon",
"black": "#142631",
"red": "#ff2320",
"green": "#3ba5ff",
"yellow": "#e9e75c",
"blue": "#8ff586",
"purple": "#781aa0",
"cyan": "#8ff586",
"white": "#ba46b2",
"brightBlack": "#fff688",
"brightRed": "#d4312e",
"brightGreen": "#8ff586",
"brightYellow": "#e9f06d",
"brightBlue": "#3c7dd2",
"brightPurple": "#8230a7",
"brightCyan": "#6cbc67",
"brightWhite": "#8ff586",
"background": "#142838",
"foreground": "#8ff586"
},
{
"name": "Cobalt2",
"black": "#000000",
"red": "#ff0000",
"green": "#38de21",
"yellow": "#ffe50a",
"blue": "#1460d2",
"purple": "#ff005d",
"cyan": "#00bbbb",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#f40e17",
"brightGreen": "#3bd01d",
"brightYellow": "#edc809",
"brightBlue": "#5555ff",
"brightPurple": "#ff55ff",
"brightCyan": "#6ae3fa",
"brightWhite": "#ffffff",
"background": "#132738",
"foreground": "#ffffff"
},
{
"name": "DimmedMonokai",
"black": "#3a3d43",
"red": "#be3f48",
"green": "#879a3b",
"yellow": "#c5a635",
"blue": "#4f76a1",
"purple": "#855c8d",
"cyan": "#578fa4",
"white": "#b9bcba",
"brightBlack": "#888987",
"brightRed": "#fb001f",
"brightGreen": "#0f722f",
"brightYellow": "#c47033",
"brightBlue": "#186de3",
"brightPurple": "#fb0067",
"brightCyan": "#2e706d",
"brightWhite": "#fdffb9",
"background": "#1f1f1f",
"foreground": "#b9bcba"
},
{
"name": "Duotone Dark",
"black": "#1f1d27",
"red": "#d9393e",
"green": "#2dcd73",
"yellow": "#d9b76e",
"blue": "#ffc284",
"purple": "#de8d40",
"cyan": "#2488ff",
"white": "#b7a1ff",
"brightBlack": "#353147",
"brightRed": "#d9393e",
"brightGreen": "#2dcd73",
"brightYellow": "#d9b76e",
"brightBlue": "#ffc284",
"brightPurple": "#de8d40",
"brightCyan": "#2488ff",
"brightWhite": "#eae5ff",
"background": "#1f1d27",
"foreground": "#b7a1ff"
},
{
"name": "Github",
"black": "#3e3e3e",
"red": "#970b16",
"green": "#07962a",
"yellow": "#f8eec7",
"blue": "#003e8a",
"purple": "#e94691",
"cyan": "#89d1ec",
"white": "#ffffff",
"brightBlack": "#666666",
"brightRed": "#de0000",
"brightGreen": "#87d5a2",
"brightYellow": "#f1d007",
"brightBlue": "#2e6cba",
"brightPurple": "#ffa29f",
"brightCyan": "#1cfafe",
"brightWhite": "#ffffff",
"background": "#f4f4f4",
"foreground": "#3e3e3e"
},
{
"name": "JetBrains Darcula",
"black": "#000000",
"red": "#fa5355",
"green": "#126e00",
"yellow": "#c2c300",
"blue": "#4581eb",
"purple": "#fa54ff",
"cyan": "#33c2c1",
"white": "#adadad",
"brightBlack": "#555555",
"brightRed": "#fb7172",
"brightGreen": "#67ff4f",
"brightYellow": "#ffff00",
"brightBlue": "#6d9df1",
"brightPurple": "#fb82ff",
"brightCyan": "#60d3d1",
"brightWhite": "#eeeeee",
"background": "#202020",
"foreground": "#adadad"
},
{
"name": "MaterialDark",
"black": "#212121",
"red": "#b7141f",
"green": "#457b24",
"yellow": "#f6981e",
"blue": "#134eb2",
"purple": "#560088",
"cyan": "#0e717c",
"white": "#efefef",
"brightBlack": "#424242",
"brightRed": "#e83b3f",
"brightGreen": "#7aba3a",
"brightYellow": "#ffea2e",
"brightBlue": "#54a4f3",
"brightPurple": "#aa4dbc",
"brightCyan": "#26bbd1",
"brightWhite": "#d9d9d9",
"background": "#232322",
"foreground": "#e5e5e5"
},
{
"name": "Monokai Remastered",
"black": "#1a1a1a",
"red": "#f4005f",
"green": "#98e024",
"yellow": "#fd971f",
"blue": "#9d65ff",
"purple": "#f4005f",
"cyan": "#58d1eb",
"white": "#c4c5b5",
"brightBlack": "#625e4c",
"brightRed": "#f4005f",
"brightGreen": "#98e024",
"brightYellow": "#e0d561",
"brightBlue": "#9d65ff",
"brightPurple": "#f4005f",
"brightCyan": "#58d1eb",
"brightWhite": "#f6f6ef",
"background": "#0c0c0c",
"foreground": "#d9d9d9"
},
{
"name": "NightLion v2",
"black": "#4c4c4c",
"red": "#bb0000",
"green": "#04f623",
"yellow": "#f3f167",
"blue": "#64d0f0",
"purple": "#ce6fdb",
"cyan": "#00dadf",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#7df71d",
"brightYellow": "#ffff55",
"brightBlue": "#62cbe8",
"brightPurple": "#ff9bf5",
"brightCyan": "#00ccd8",
"brightWhite": "#ffffff",
"background": "#171717",
"foreground": "#bbbbbb"
},
{
"name": "Operator Mono Dark",
"black": "#5a5a5a",
"red": "#ca372d",
"green": "#4d7b3a",
"yellow": "#d4d697",
"blue": "#4387cf",
"purple": "#b86cb4",
"cyan": "#72d5c6",
"white": "#ced4cd",
"brightBlack": "#9a9b99",
"brightRed": "#c37d62",
"brightGreen": "#83d0a2",
"brightYellow": "#fdfdc5",
"brightBlue": "#89d3f6",
"brightPurple": "#ff2c7a",
"brightCyan": "#82eada",
"brightWhite": "#fdfdf6",
"background": "#191919",
"foreground": "#c3cac2"
},
{
"name": "Pro",
"black": "#000000",
"red": "#990000",
"green": "#00a600",
"yellow": "#999900",
"blue": "#2009db",
"purple": "#b200b2",
"cyan": "#00a6b2",
"white": "#bfbfbf",
"brightBlack": "#666666",
"brightRed": "#e50000",
"brightGreen": "#00d900",
"brightYellow": "#e5e500",
"brightBlue": "#0000ff",
"brightPurple": "#e500e5",
"brightCyan": "#00e5e5",
"brightWhite": "#e5e5e5",
"background": "#000000",
"foreground": "#f2f2f2"
},
{
"name": "Tomorrow Night",
"black": "#000000",
"red": "#cc6666",
"green": "#b5bd68",
"yellow": "#f0c674",
"blue": "#81a2be",
"purple": "#b294bb",
"cyan": "#8abeb7",
"white": "#ffffff",
"brightBlack": "#000000",
"brightRed": "#cc6666",
"brightGreen": "#b5bd68",
"brightYellow": "#f0c674",
"brightBlue": "#81a2be",
"brightPurple": "#b294bb",
"brightCyan": "#8abeb7",
"brightWhite": "#ffffff",
"background": "#1d1f21",
"foreground": "#c5c8c6"
},
{
"name": "Twilight",
"black": "#141414",
"red": "#c06d44",
"green": "#afb97a",
"yellow": "#c2a86c",
"blue": "#44474a",
"purple": "#b4be7c",
"cyan": "#778385",
"white": "#ffffd4",
"brightBlack": "#262626",
"brightRed": "#de7c4c",
"brightGreen": "#ccd88c",
"brightYellow": "#e2c47e",
"brightBlue": "#5a5e62",
"brightPurple": "#d0dc8e",
"brightCyan": "#8a989b",
"brightWhite": "#ffffd4",
"background": "#141414",
"foreground": "#ffffd4"
},
{
"name": "Ubuntu",
"black": "#2e3436",
"red": "#cc0000",
"green": "#4e9a06",
"yellow": "#c4a000",
"blue": "#3465a4",
"purple": "#75507b",
"cyan": "#06989a",
"white": "#d3d7cf",
"brightBlack": "#555753",
"brightRed": "#ef2929",
"brightGreen": "#8ae234",
"brightYellow": "#fce94f",
"brightBlue": "#729fcf",
"brightPurple": "#ad7fa8",
"brightCyan": "#34e2e2",
"brightWhite": "#eeeeec",
"background": "#300a24",
"foreground": "#eeeeec"
}
],
"keybindings": [
{
"command": "closeTab",
"keys": ["ctrl+w"]
},
{
"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": "openSettings",
"keys": ["ctrl+,"]
},
{
"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"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment