Skip to content

Instantly share code, notes, and snippets.

@psygo
Last active June 2, 2020 17:45
Show Gist options
  • Save psygo/93067b7ae549441b8bf318d11df1be05 to your computer and use it in GitHub Desktop.
Save psygo/93067b7ae549441b8bf318d11df1be05 to your computer and use it in GitHub Desktop.
Example of Customizing Syntax for a Theme in VS Code
{
"editor.tokenColorCustomizations": {
"[One Dark Pro]": {
"types": "#7BC374"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment