Skip to content

Instantly share code, notes, and snippets.

@popunbom
Created November 15, 2021 00:24
Show Gist options
  • Select an option

  • Save popunbom/bfff444f82c540fd171199032cf83955 to your computer and use it in GitHub Desktop.

Select an option

Save popunbom/bfff444f82c540fd171199032cf83955 to your computer and use it in GitHub Desktop.
[VSCode] tokenColorCustomizations
// Theme customization
"editor.tokenColorCustomizations": {
"textMateRules": [{
"scope": [
"storage.type",
"entity.name.function",
"keyword.control",
"keyword",
"constant.language",
],
"settings": {
"fontStyle": "bold"
}
}]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment