Skip to content

Instantly share code, notes, and snippets.

@bradwilson
Last active April 16, 2024 16:14
Show Gist options
  • Star 50 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.
Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.
Ubuntu color scheme for Windows Terminal
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "copy",
"keys": "ctrl+shift+c"
},
{
"command": "paste",
"keys": "ctrl+shift+v"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"largePasteWarning": false,
"multiLinePasteWarning": false,
"profiles":
{
"defaults":
{
"antialiasingMode": "grayscale",
"colorScheme": "Ubuntu [Light]",
"cursorShape": "filledBox",
"font":
{
"face": "Iosevka",
"size": 16,
"weight": "normal"
},
"padding": "8, 8, 8, 8"
},
"list":
[
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell Core",
"source": "Windows.Terminal.PowershellCore"
},
{
"commandline": "wsl -d Ubuntu-18.04 --cd ~",
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"hidden": false,
"icon": "https://gist.githubusercontent.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico",
"name": "Ubuntu 18.04",
"source": "Windows.Terminal.Wsl"
},
{
"commandline": "wsl -d Debian --cd ~",
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"icon": "https://gist.githubusercontent.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png",
"name": "Debian",
"source": "Windows.Terminal.Wsl"
},
{
"commandline": "powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": true,
"name": "PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": true,
"name": "cmd"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "azshell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes":
[
{
"background": "#2E3436",
"black": "#2E3436",
"blue": "#3465A4",
"brightBlack": "#696B67",
"brightBlue": "#729FCF",
"brightCyan": "#2EC3C3",
"brightGreen": "#79C32E",
"brightPurple": "#AD7FA8",
"brightRed": "#F49797",
"brightWhite": "#EEEEEE",
"brightYellow": "#C4A000",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#B5BBAE",
"green": "#4E9A06",
"name": "Ubuntu [Dark]",
"purple": "#75507B",
"red": "#AE5E5E",
"selectionBackground": "#FFFFFF",
"white": "#B5BBAE",
"yellow": "#8A7000"
},
{
"background": "#EEEEEE",
"black": "#EEEEEE",
"blue": "#729FCF",
"brightBlack": "#B5BBAE",
"brightBlue": "#3465A4",
"brightCyan": "#06989A",
"brightGreen": "#3B7505",
"brightPurple": "#75507B",
"brightRed": "#AE5E5E",
"brightWhite": "#2E3436",
"brightYellow": "#8A7000",
"cursorColor": "#2E3436",
"cyan": "#2EC3C3",
"foreground": "#696B67",
"green": "#79C32E",
"name": "Ubuntu [Light]",
"purple": "#AD7FA8",
"red": "#F49797",
"selectionBackground": "#B5BBAE",
"white": "#696B67",
"yellow": "#C4A000"
}
],
"tabWidthMode": "titleLength"
}
@Akshathkp
Copy link

Can someone please give a simple approach for this problem
Step By Step. Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment