Skip to content

Instantly share code, notes, and snippets.

@MozzerGrozzer
Last active April 27, 2025 04:45
Show Gist options
  • Save MozzerGrozzer/814c758bf32ec2c0331a5f804c250307 to your computer and use it in GitHub Desktop.
Save MozzerGrozzer/814c758bf32ec2c0331a5f804c250307 to your computer and use it in GitHub Desktop.
apenas para meu vscode sinta livre para NÃO usar e ficar longe
{
"workbench.colorTheme": "Shades of Purple (Super Dark)",
"editor.tokenColorCustomizations": {
"[*Light*]": {
"textMateRules": [
{
"scope": "ref.matchtext",
"settings": {
"foreground": "#000"
}
}
]
},
"[*Dark*]": {
"textMateRules": [
{
"scope": "ref.matchtext",
"settings": {
"foreground": "#fff"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment