Skip to content

Instantly share code, notes, and snippets.

@christiansparre
Created June 3, 2020 07:38
Show Gist options
  • Select an option

  • Save christiansparre/b2a7bad46150fc56a074728f0d64f5ab to your computer and use it in GitHub Desktop.

Select an option

Save christiansparre/b2a7bad46150fc56a074728f0d64f5ab to your computer and use it in GitHub Desktop.
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"copyOnSelect": true,
"initialCols": 220,
"initialRows": 55,
"profiles": [
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"name": "PowerShell Core",
"source": "Windows.Terminal.PowershellCore",
"hidden": false,
"fontFace": "Fira Code",
"fontSize": 10,
"cursorShape": "bar",
"useAcrylic": true,
"acrylicOpacity": 0.95,
"colorScheme": "sparre.io"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"fontFace": "Fira Code",
"fontSize": 10,
"cursorShape": "bar",
"useAcrylic": true,
"acrylicOpacity": 0.95,
"colorScheme": "sparre.io"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false,
"fontFace": "Fira Code",
"fontSize": 10,
"cursorShape": "bar",
"useAcrylic": true,
"acrylicOpacity": 0.95,
"colorScheme": "sparre.io"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"fontFace": "Fira Code",
"fontSize": 10,
"cursorShape": "bar",
"useAcrylic": true,
"acrylicOpacity": 0.95,
"colorScheme": "sparre.io"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"fontFace": "Fira Code",
"fontSize": 10,
"cursorShape": "bar",
"useAcrylic": true,
"acrylicOpacity": 0.95,
"colorScheme": "sparre.io"
},
{
"guid": "{bdd9aeb5-1258-4bca-9543-a4d3901353c5}",
"hidden": false,
"name": "bash (git)",
"commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l",
"icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"fontFace": "Fira Code",
"fontSize": 10,
"cursorShape": "bar",
"useAcrylic": true,
"acrylicOpacity": 0.95,
"colorScheme": "sparre.io"
}
],
"schemes": [
{
"background": "#011826",
"name": "sparre.io",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"purple": "#881798",
"red": "#C50F1F",
"white": "#CCCCCC",
"yellow": "#C19C00"
}
],
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment