Skip to content

Instantly share code, notes, and snippets.

@bradwilson
Last active January 6, 2023 11:19
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bradwilson/3e805e1c1fa7bcb6cb2f0e15f125e3cb to your computer and use it in GitHub Desktop.
Save bradwilson/3e805e1c1fa7bcb6cb2f0e15f125e3cb to your computer and use it in GitHub Desktop.
Visual Studio Code terminal colors -- from https://twitter.com/bradwilson/status/883706696475885568
{
"workbench.colorCustomizations": {
"terminal.ansiBlack": "#2e3436",
"terminal.ansiBlue": "#3465a4",
"terminal.ansiBrightBlack": "#555753",
"terminal.ansiBrightBlue": "#729fcf",
"terminal.ansiBrightCyan": "#34e2e2",
"terminal.ansiBrightGreen": "#8ae234",
"terminal.ansiBrightMagenta": "#ad7fa8",
"terminal.ansiBrightRed": "#f49797",
"terminal.ansiBrightWhite": "#fbfbfb",
"terminal.ansiBrightYellow": "#fce94f",
"terminal.ansiCyan": "#06989a",
"terminal.ansiGreen": "#4e9a06",
"terminal.ansiMagenta": "#75507b",
"terminal.ansiRed": "#ae5e5e",
"terminal.ansiWhite": "#b5bbae",
"terminal.ansiYellow": "#c4a000",
"terminal.background": "#2e3436",
"terminal.foreground": "#b5bbae"
}
}
@bradwilson
Copy link
Author

VS Code Integrated Terminal

@CodeDreamer68
Copy link

Thanks so much for taking the time to post this online. Saved me some headaches, since I am color blind.

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