Last active
September 27, 2024 18:25
-
-
Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.
Ubuntu color scheme for Windows Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it. Thanks for the reply. My personal preference is the uniform space that Ubuntu Mono fills but I absolutely get the more chars to per line argument. Cheers.