Colors of the Dracula Theme changed after update of VScode
marnixhoh opened this issue · 2 comments
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:
- restarting VScode
- disabling and enabling the Dracula Theme plugin
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 microsoft/vscode#148977
@rostyslav-a-smartgamma Thank you so much for sharing a link to that issue. I lost hours trying to figure out what caused this...