-
-
Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.
| { | |
| "$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" | |
| } |
Thanks for the work on this. Is there a reason you chose Iosevka as the typeface versus using Ubuntu Mono?
@luffingsails wrote:
Is there a reason you chose Iosevka as the typeface versus using Ubuntu Mono?
Personal preference. I like that Iosevka is horizontally compressed vs. most fonts, so I get more characters on a line in a given amount of pixel space.
These samples are shown with a fixed height to illustrate the differences.
Iosevka:
Ubuntu Mono:
Personal preference. I like that Iosevka is horizontally compressed vs. most fonts, so I get more characters on a line in a given amount of pixel space.
These samples are shown with a fixed height to illustrate the differences.
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.




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