Skip to content

Instantly share code, notes, and snippets.

@Pauwelz
Created November 4, 2020 10:19
Show Gist options
  • Save Pauwelz/a3d09f494421184ed06d6680b0367fdd to your computer and use it in GitHub Desktop.
Save Pauwelz/a3d09f494421184ed06d6680b0367fdd to your computer and use it in GitHub Desktop.
Windows Terminal theme matching VS Code Dark+
{
"name": "VS Code Dark+",
"black": "#000000",
"red": "#cd3131",
"green": "#0dbc79",
"yellow": "#e5e510",
"blue": "#2472c8",
"purple": "#bc3fbc",
"cyan": "#11a8cd",
"white": "#e5e5e5",
"brightBlack": "#666666",
"brightRed": "#f14c4c",
"brightGreen": "#23d18b",
"brightYellow": "#f5f543",
"brightBlue": "#3b8eea",
"brightPurple": "#d670d6",
"brightCyan": "#29b8db",
"brightWhite": "#e5e5e5",
"background": "#1e1e1e",
"foreground": "#cccccc",
"selectionBackground": "#ffffff",
"cursorColor": "#aeafad"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment