Skip to content

Instantly share code, notes, and snippets.

@r0mflip
Last active January 21, 2020 17:55
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 r0mflip/be68358186533f65b1f8b117d8e02b74 to your computer and use it in GitHub Desktop.
Save r0mflip/be68358186533f65b1f8b117d8e02b74 to your computer and use it in GitHub Desktop.
Windows Terminal config
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}"
},
"profiles": [{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"acrylicOpacity": 0.85,
"colorScheme": "One Half Dark",
"fontSize": 11,
"padding": "5, 5, 5, 5",
"useAcrylic": true
}, {
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"name": "Ubuntu",
"acrylicOpacity": 0.85,
"closeOnExit": true,
"colorScheme": "One Half Dark",
"commandline": "wsl.exe -d Ubuntu",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Consolas",
"fontSize": 11,
"historySize": 99999,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"padding": "5, 5, 5, 5",
"useAcrylic": true
}, {
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"acrylicOpacity": 0.85,
"colorScheme": "One Half Dark",
"fontSize": 11,
"historySize": 99999,
"padding": "5, 5, 5, 5",
"useAcrylic": true
}, {
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}],
"schemes": [{
"name": "One Half Dark",
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"purple": "#C678DD",
"red": "#E06C75",
"white": "#DCDFE4",
"yellow": "#E5C07B"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment