How can I customize the syntax color scheme for "Variables"? #75
-
I want to change the syntax color for "variables or constant" and "object". I don't like this pink color for variables-Instead i want to make it white or maybe little grey. At the time of vscode launch theme looks exactly same as i want but after some seconds the theme suddenly changed to pink like below-Please help me |
Beta Was this translation helpful? Give feedback.
Answered by
BeardedBear
Apr 12, 2022
Replies: 1 comment 6 replies
-
You have 2 ways to do this :
"editor.tokenColorCustomizations": {
"[Bearded Theme Monokai Terra]": {
"variables": {
"foreground": "#FF0000"
}
}
}
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
BeardedBear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have 2 ways to do this :
settings
file for VSCode (but you lost semantic coloring), for example :.vsix
file in extension panel