Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created September 12, 2019 22:09
Show Gist options
  • Save rkitover/bd9c93d56708f065797739d8ace8c864 to your computer and use it in GitHub Desktop.
Save rkitover/bd9c93d56708f065797739d8ace8c864 to your computer and use it in GitHub Desktop.
tango dark theme for windows terminal preview
{
"background": "#000000",
"black": "#000000",
"blue": "#3465a4",
"brightBlack": "#555753",
"brightBlue": "#729fcf",
"brightCyan": "#34e2e2",
"brightGreen": "#8ae234",
"brightPurple": "#ad7fa8",
"brightRed": "#ef2929",
"brightWhite": "#eeeeec",
"brightYellow": "#fce94f",
"cyan": "#06989a",
"foreground": "#d3d7cf",
"green": "#4e9a06",
"name": "Tango Dark",
"purple": "#75507b",
"red": "#cc0000",
"white": "#d3d7cf",
"yellow": "#c4a000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment