Skip to content

Instantly share code, notes, and snippets.

@cjshearer
Last active July 3, 2019 18:34
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 cjshearer/158e1951cd590ca083741a327ced9d41 to your computer and use it in GitHub Desktop.
Save cjshearer/158e1951cd590ca083741a327ced9d41 to your computer and use it in GitHub Desktop.
Windows 10 Preview Terminal Ubuntu Theme

The new windows 10 terminal preview looks great, but for those using Ubuntu with WSL, it is lacking that Ubuntu feel. Lets change that.

Install Ubuntu Fonts

  1. Download Ubuntu fonts from here: https://design.ubuntu.com/font/
  2. After unzipping, select all fonts, right click and install.

Add theme to Windows 10 Terminal

  1. Open the Windows 10 Preview Terminal
  2. Select "settings" in the drop-down arrow (located in the title bar).
  3. 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"
}
  1. Find the profile with "commandline" : "wsl.exe -d Ubuntu-18.04"
  2. If you installed the Ubuntu Font, change "fontFace" to "Ubuntu Mono"
  3. Finally, change "colorScheme" to "Ubuntu" and save the json file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment