Skip to content

Instantly share code, notes, and snippets.

@orlodax
Created April 25, 2025 12:44
Show Gist options
  • Select an option

  • Save orlodax/af422059062466482d4c466e34378038 to your computer and use it in GitHub Desktop.

Select an option

Save orlodax/af422059062466482d4c466e34378038 to your computer and use it in GitHub Desktop.
set vs code colors like visual studio
"editor.semanticTokenColorCustomizations": {
"rules": {
"property": {
"foreground": "#FFFFFF"
},
"field": {
"foreground": "#FFFFFF"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment