Skip to content

Instantly share code, notes, and snippets.

@moxwel
Last active July 4, 2023 23:21
Show Gist options
  • Save moxwel/26aa7555d673f9e345c8930fc5ff7a2b to your computer and use it in GitHub Desktop.
Save moxwel/26aa7555d673f9e345c8930fc5ff7a2b to your computer and use it in GitHub Desktop.
Ubuntu Classic color scheme for Windows Terminal

Ubuntu Classic color scheme for Windows Terminal

image

Add this to schemes in your settings.json:

{
    "background": "#300A24",
    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#555753",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#EF2929",
    "brightWhite": "#EEEEEC",
    "brightYellow": "#FCE94F",
    "cursorColor": "#FFFFFF",
    "cyan": "#06989A",
    "foreground": "#EEEEEC",
    "green": "#4E9A06",
    "name": "Ubuntu Classic",
    "purple": "#75507B",
    "red": "#CC0000",
    "selectionBackground": "#FFFFFF",
    "white": "#D3D7CF",
    "yellow": "#C4A000"
}

Location: %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState

Extra: Ubuntu Fonts

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