Skip to content

Instantly share code, notes, and snippets.

@ivancuric
Last active April 26, 2017 13:25
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 ivancuric/457c2a5e2fb773283c0c5724fe2715e8 to your computer and use it in GitHub Desktop.
Save ivancuric/457c2a5e2fb773283c0c5724fe2715e8 to your computer and use it in GitHub Desktop.
Snazzy theme for integrated VSCode terminal. Stuff it in your settings.json
"workbench.experimental.colorCustomizations": {
"terminalAnsiBlack": "#282a36",
"terminalAnsiRed": "#ff5c57",
"terminalAnsiGreen": "#5af78e",
"terminalAnsiYellow": "#f3f99d",
"terminalAnsiBlue": "#57c7ff",
"terminalAnsiMagenta": "#ff6ac1",
"terminalAnsiCyan": "#9aedfe",
"terminalAnsiWhite": "#eff0eb",
"terminalAnsiBrightBlack": "#686868",
"terminalAnsiBrightRed": "#ff5c57",
"terminalAnsiBrightGreen": "#5af78e",
"terminalAnsiBrightYellow": "#f3f99d",
"terminalAnsiBrightBlue": "#57c7ff",
"terminalAnsiBrightMagenta": "#ff6ac1",
"terminalAnsiBrightCyan": "#9aedfe",
"terminalAnsiBrightWhite": "#f1f1f0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment