catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.43k stars 52 forks source link

How do I set a custom colour for variables? #424

Closed bahmoudd closed 3 months ago

bahmoudd commented 3 months ago

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?

bahmoudd commented 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"
}