Closed bahmoudd closed 3 months ago
Never mind, my issue was resolved with a quick google search. The solution is as follows below: 1) Open settings.json 2) Append the below line to it
"editor.tokenColorCustomizations": {
"variables": "#FDFDAA"
}
I don't like not having a colour set for my variables, and it isn't really clear on how to set a colour for them. How do I do that?