Skip to content

Instantly share code, notes, and snippets.

@dankox
Last active September 16, 2020 14:24
Show Gist options
  • Save dankox/b7998f9c1fd0f05b96f4fdd630c734bf to your computer and use it in GitHub Desktop.
Save dankox/b7998f9c1fd0f05b96f4fdd630c734bf to your computer and use it in GitHub Desktop.
Windows Terminal - config
// 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": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 135,
"initialRows": 45,
"profiles":
[
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"background": "#171717",
// "fontFace": "Dejavu Sans Mono for Powerline",
"fontFace": "Hack",
"fontSize": 10,
// "useAcrylic": true,
// "acrylicOpacity": 0.8,
"hidden": false
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
// "fontFace": "Source Code Pro for Powerline",
// "fontFace": "Dejavu Sans Mono for Powerline",
"fontFace": "Hack",
"fontSize": 10,
"hidden": false
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\danko",
"cursorShape": "emptyBox",
"colorScheme": "Danko-Atom",
// "useAcrylic": true,
// "acrylicOpacity": 0.9,
// "fontFace": "Consolas",
// "fontFace": "Droid Sans Mono",
// "fontFace": "Source Code Pro for Powerline",
// "fontFace": "Inconsolata for Powerline",
// "fontFace": "Dejavu Sans Mono for Powerline",
"fontFace": "Hack",
"fontSize": 10,
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{ac4de333-38a7-51cf-b940-2309a097f012}",
"hidden": false,
"name": "Git Bash",
"cursorShape": "filledBox",
"colorScheme": "Danko-Atom",
// "useAcrylic": true,
// "acrylicOpacity": 0.9,
// "fontFace": "Consolas",
// "fontFace": "Source Code Pro for Powerline",
// "fontSize": 12,
// "fontFace": "Dejavu Sans Mono for Powerline",
"fontFace": "Hack",
"fontSize": 10,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"startingDirectory": "%USERPROFILE%",
"commandline": "C:/Program Files/Git/bin/bash.exe"
},
{
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "C:/Users/dk634530/AppData/Local/Programs/Python/Python37-32/python.exe",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
// "fontFace" : "Consolas",
"fontFace": "Hack",
"fontSize" : 10,
"guid" : "{1850e97f-16dc-4281-9ea9-0100c4e852c5}",
"historySize" : 9001,
"icon" : "C:/Users/dk634530/AppData/Local/Programs/Python/Python37-32/Lib/test/imghdrdata/python.png",
"name" : "Python",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
// Add custom color schemes to this array
"schemes": [
{
"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": "Builtin Dark",
"black": "#000000",
"red": "#bb0000",
"green": "#00bb00",
"yellow": "#bbbb00",
"blue": "#0000bb",
"purple": "#bb00bb",
"cyan": "#00bbbb",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#55ff55",
"brightYellow": "#ffff55",
"brightBlue": "#5555ff",
"brightPurple": "#ff55ff",
"brightCyan": "#55ffff",
"brightWhite": "#ffffff",
"background": "#000000",
"foreground": "#bbbbbb"
},
{
"name": "Danko-Atom",
"black": "#000000",
// "red": "#fd5ff1",
"red": "#f44747",
"green": "#87c38a",
"yellow": "#ffd7b1",
// "blue": "#85befd",
"blue": "#2255ee",
// "purple": "#b9b6fc",
"purple": "#bc3fbc",
// "cyan": "#85befd",
"cyan": "#00bbbb",
"white": "#f0f0f0",
"brightBlack": "#666666",
// "brightRed": "#fd5ff1",
"brightRed": "#e06363",
"brightGreen": "#94fa36",
"brightYellow": "#f5ffa8",
"brightBlue": "#96cbfe",
// "brightPurple": "#b9b6fc",
"brightPurple": "#c586c0",
// "brightCyan": "#85befd",
"brightCyan": "#11eeee",
"brightWhite": "#f0f0f0",
// "background": "#161719",
"background": "#1e1e1e",
// "foreground": "#c5c8c6"
"foreground": "#eeeeee"
},
{
"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"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{
"command": "copy",
"keys": [
"ctrl+insert"
]
},
{
"command": "paste",
"keys": [
"shift+insert"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment