Skip to content

Instantly share code, notes, and snippets.

@Rodhos
Forked from bradwilson/settings.json
Created March 9, 2021 01:19
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 Rodhos/7218e905af87e6053db8061fb801080f to your computer and use it in GitHub Desktop.
Save Rodhos/7218e905af87e6053db8061fb801080f to your computer and use it in GitHub Desktop.
Ubuntu color scheme for Windows Terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"tabWidthMode": "titleLength",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {
"acrylicOpacity": 1,
"antialiasingMode": "grayscale",
"colorScheme": "Ubuntu [Dark]",
"fontFace": "JetBrainsMono Nerd Font Mono",
"fontSize": 11,
"fontWeight": "normal",
"padding": "8, 8, 8, 8"
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "PowerShell",
"commandline": "powershell.exe"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell Core",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"hidden": false,
"name": "Ubuntu-18.04",
"source": "Windows.Terminal.Wsl",
"icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico"
}
]
},
"schemes": [
{
"name": "Ubuntu [Dark]",
"foreground": "#B5BBAE",
"background": "#2E3436",
"black": "#2E3436",
"blue": "#3465A4",
"cyan": "#06989A",
"green": "#4E9A06",
"purple": "#75507B",
"red": "#AE5E5E",
"white": "#B5BBAE",
"yellow": "#8A7000",
"brightBlack": "#696B67",
"brightBlue": "#729FCF",
"brightCyan": "#2EC3C3",
"brightGreen": "#79C32E",
"brightPurple": "#AD7FA8",
"brightRed": "#F49797",
"brightWhite": "#EEEEEE",
"brightYellow": "#C4A000"
},
{
"name": "Ubuntu [Light]",
"foreground": "#696B67",
"background": "#EEEEEE",
"selectionBackground": "#B5BBAE",
"cursorColor": "#2E3436",
"black": "#EEEEEE",
"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": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment