dracula / visual-studio-code

🧛🏻‍♂️ Dark theme for Visual Studio Code
https://draculatheme.com/visual-studio-code
MIT License
776 stars 208 forks source link

Colors of the Dracula Theme changed after update of VScode #216

Closed marnixhoh closed 2 years ago

marnixhoh commented 2 years ago
image

The colors of the Dracula Theme suddenly changed for me after updating to the latest version of VScode (1.67.0).

As can be seen in the screenshot (a React file), the curly brackets of the props are now green, whereas they used to be red. The same is true for the curly brackets used for the conditional rendering of DateContainer. Also the parentheses of function calls are now orange, they used to be white.

There is also inconsistency. In the DayPickerSingleDateController component, the curly brackets of the props are green, but these are purple for the BookingItems component.

These are just some of the color changes (there are more). Any help would be greatly appreciated!

What I have tried so far:

rostyslav-a-smartgamma commented 2 years ago

Hello, same, after VS code update now colors in my PHP code are different... terrible. UPT: installed old ver 1.66 and now all is ok with colors. UPT2: it seems this is not a bug and it is related to this https://github.com/microsoft/vscode/issues/148977

marnixhoh commented 2 years ago

@rostyslav-a-smartgamma Thank you so much for sharing a link to that issue. I lost hours trying to figure out what caused this...