Skip to content

How can I customize the syntax color scheme for "Variables"? #75

Answered by BeardedBear
Devansh80 asked this question in Q&A
Discussion options

You must be logged in to vote

You have 2 ways to do this :

  1. Adding a overcharging rules for specific theme in your settings file for VSCode (but you lost semantic coloring), for example :
"editor.tokenColorCustomizations": {
    "[Bearded Theme Monokai Terra]": {
      "variables": {
        "foreground": "#FF0000"
      }
    }
  }
  1. Fork the repository, modify the variable colors, build it locally, and import customized .vsix file in extension panel

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Devansh80
Comment options

@BeardedBear
Comment options

@Devansh80
Comment options

@Devansh80
Comment options

@BeardedBear
Comment options

Answer selected by BeardedBear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants