fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
451 stars 39 forks source link

Weird new colors #125

Closed g0dzcsgo closed 4 weeks ago

g0dzcsgo commented 1 month ago

Ok so just booted up vscode for the first time in a while, and noticed that now constant variable names are colored. Aswell as parameters are colored inside functions?

Examples: image image

Is this a visual studio code thing? I tried going back versions and it stayed the same. I don't rememember it being that color before

I know the parameter is a yellow color. But what I dont like is that the yellow color also continues showing when used inside of the function. Before it was white

fisheva commented 1 month ago
  1. May I ask what programming language it is?
  2. Can you provide a snippet code that includes the constants, functions, and parameters you mentioned, and indicate which characters you think are color incorrect?
  3. Try to turn off semanticHighlighting then see if the character color matches your expectations? 企业微信截图_20240611100358
g0dzcsgo commented 4 weeks ago
  1. May I ask what programming language it is?
  2. Can you provide a snippet code that includes the constants, functions, and parameters you mentioned, and indicate which characters you think are color incorrect?
  3. Try to turn off semanticHighlighting then see if the character color matches your expectations? 企业微信截图_20240611100358

Facepalm... That did it thank you sooo much!