Skip to content

Instantly share code, notes, and snippets.

@dacoffey
Last active August 26, 2021 13:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacoffey/fff307da75472b4d8054430cf90126bd to your computer and use it in GitHub Desktop.
Save dacoffey/fff307da75472b4d8054430cf90126bd to your computer and use it in GitHub Desktop.
VSCODE: Colors
"editor.tokenColorCustomizations": { "comments": "#c0c0c0" }
"workbench.colorCustomizations": {
"terminal.foreground" : "#ffffff",
"terminal.background" : "#000000",
"terminal.ansiRed": "#ff8888",
"terminal.ansiBrightBlack": "#aaaaaa"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment