The new windows 10 terminal preview looks great, but for those using Ubuntu with WSL, it is lacking that Ubuntu feel. Lets change that.
- Download Ubuntu fonts from here: https://design.ubuntu.com/font/
- After unzipping, select all fonts, right click and install.
- Open the Windows 10 Preview Terminal
- Select "settings" in the drop-down arrow (located in the title bar).
- Add this to your "schemes":
{
"background" : "#300A24",
"black" : "#0C0C0C",
"blue" : "#3465A4",
"brightBlack" : "#555753",
"brightBlue" : "#729FCF",
"brightCyan" : "#34E2E2",
"brightGreen" : "#8AE234",
"brightPurple" : "#AD7FA8",
"brightRed" : "#EF2929",
"brightWhite" : "#EEEEEE",
"brightYellow" : "#FCE94F",
"cyan" : "#06989A",
"foreground" : "#F2F2F2",
"green" : "#4E9A06",
"name" : "Ubuntu",
"purple" : "#75507B",
"red" : "#CC0000",
"white" : "#D3D7CF",
"yellow" : "#C4A000"
}
- Find the profile with "commandline" : "wsl.exe -d Ubuntu-18.04"
- If you installed the Ubuntu Font, change "fontFace" to "Ubuntu Mono"
- Finally, change "colorScheme" to "Ubuntu" and save the json file.