Giter VIP home page Giter VIP logo

Comments (6)

equinusocio avatar equinusocio commented on May 27, 2024

Have you tried to disable or enable the vscode semantic highlight feature?

If the semantic highlight doesn't solve your issue you can try to customize the colors or install the old version.

from vsc-material-theme.

FabianMontoya avatar FabianMontoya commented on May 27, 2024

I'm having the same Issue, I don't know if it's settings problem or what:

#1283

from vsc-material-theme.

Autumnlight02 avatar Autumnlight02 commented on May 27, 2024

Have you tried to disable or enable the vscode semantic highlight feature?

If the semantic highlight doesn't solve your issue you can try to customize the colors or install the old version.

turning this option off helped a lot! But I am a bit confused on how I get const red again, in the example file there is just a singular variable keyword and they are not differenciated as ive seen.

from vsc-material-theme.

FabianMontoya avatar FabianMontoya commented on May 27, 2024

@equinusocio any solution for this issue??

from vsc-material-theme.

FabianMontoya avatar FabianMontoya commented on May 27, 2024

@Autumnlight02 I found a temporary solution, while it's solve by the theme.
You must to change the Semantic Highlight Guide setting to false, and the color is correctly set to red, as it should be.

Screenshot 2023-12-02 at 10 10 40 PM


Screenshot 2023-12-01 at 12 44 54 PM


Another solution could be edit yout user settings.js

{
...
 "editor.semanticHighlighting.enabled": true,
  "editor.semanticTokenColorCustomizations": {
    "rules": {
      "*.declaration": { "foreground": "#ff8888" }
    }
  }
}

or more specific:

{
...
 "editor.semanticTokenColorCustomizations": {
    "rules": {
      "variable.declaration.readonly": { "foreground": "#ff8383" },
      "function.declaration.readonly": { "foreground": "#ff8383" }
    }
  }

}

from vsc-material-theme.

equinusocio avatar equinusocio commented on May 27, 2024

There will not be any fix since there is no bugs. Semantic highlight is a vscode feature and you can disable it. Also check our discussions to see how to customize every color.

from vsc-material-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.