Skip to content

Instantly share code, notes, and snippets.

@sabeelijaz
Forked from bradwilson/settings.json
Last active September 30, 2020 09:58
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 sabeelijaz/3f245559e01d780e89dd42a55d0bd274 to your computer and use it in GitHub Desktop.
Save sabeelijaz/3f245559e01d780e89dd42a55d0bd274 to your computer and use it in GitHub Desktop.
Ubuntu color scheme for Windows Terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 160,
"initialRows": 50,
"profiles": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "PowerShell",
"hidden": false,
"colorScheme": "Ubuntu [Dark]",
// "colorScheme": "Ubuntu [Light]",
// "cursorColor": "#2e3436",
"fontFace": "UbuntuMono Nerd Font Mono",
"fontSize": 12,
"padding": "12, 12, 12, 12",
"commandline": "powershell.exe"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"source": "Windows.Terminal.PowershellCore",
"name": "PowerShell Core",
"hidden": false,
"colorScheme": "Ubuntu [Dark]",
// "colorScheme": "Ubuntu [Light]",
// "cursorColor": "#2e3436",
"fontFace": "UbuntuMono Nerd Font Mono",
"fontSize": 12,
"padding": "12, 12, 12, 12"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"source": "Windows.Terminal.Wsl",
"name": "Ubuntu",
"hidden": false,
"colorScheme": "Ubuntu [Dark]",
// "colorScheme": "Ubuntu [Light]",
// "cursorColor": "#2e3436",
"fontFace": "UbuntuMono Nerd Font Mono",
"fontSize": 12,
"padding": "12, 12, 12, 12",
"icon": "ubuntu.ico"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"hidden": true,
"commandline": "cmd.exe"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"source": "Windows.Terminal.Azure",
"name": "Azure Cloud Shell",
"hidden": true
}
],
"schemes": [
{
"name": "Ubuntu [Dark]",
"background": "#2E3436",
"foreground": "#B5BBAE",
"black": "#2E3436",
"blue": "#3465A4",
"cyan": "#06989A",
"green": "#4E9A06",
"purple": "#75507B",
"red": "#AE5E5E",
"white": "#B5BBAE",
"yellow": "#C4A000",
"brightBlack": "#696B67",
"brightBlue": "#729FCF",
"brightCyan": "#2EC3C3",
"brightGreen": "#79C32E",
"brightPurple": "#AD7FA8",
"brightRed": "#F49797",
"brightWhite": "#FBFBFB",
"brightYellow": "#FCE94F"
},
{
"name": "Ubuntu [Light]",
"background": "#FBFBFB",
"foreground": "#696B67",
"selectionBackground": "#B5BBAE",
"black": "#FBFBFB",
"blue": "#729FCF",
"cyan": "#2EC3C3",
"green": "#79C32E",
"purple": "#AD7FA8",
"red": "#F49797",
"white": "#696B67",
"yellow": "#C4A000",
"brightBlack": "#B5BBAE",
"brightBlue": "#3465A4",
"brightCyan": "#06989A",
"brightGreen": "#3b7505",
"brightPurple": "#75507B",
"brightRed": "#AE5E5E",
"brightWhite": "#2E3436",
"brightYellow": "#8a7000"
}
],
"keybindings": [
{
"command": "newTabProfile0",
"keys": [
"ctrl+shift+T"
]
},
{
"command": "newTabProfile1",
"keys": [
"ctrl+T"
]
},
{
"command": "newTabProfile2",
"keys": [
"ctrl+alt+T"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment