ahmadawais / shades-of-purple-vscode

🦄 Shades of Purple offers a hand-picked selection of bold and vibrant shades of purple that will transform your code into a visually stunning masterpiece. With its carefully crafted color palette, this theme brings a sense of style, elegance, and whimsy to your favorite code editor, making your coding sessions a delightful journey of creativity.
https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
Other
733 stars 62 forks source link

Ruby color scheme broken after latest update #87

Closed nachoal closed 4 years ago

nachoal commented 4 years ago

Hey, The theme was working fine until Monday when after the last update the scheme started randomly changing shades:

On methods: image

On methods 2: image

On methods 3: image

Notice that it changes between the color for language keywords: orange and the color for method calls yellow

ahmadawais commented 4 years ago

Send me the source code that has this problem and the Ruby syntax highlighting extension you use, I will fix this and release a new version.

ahmadawais commented 4 years ago

It is probably a problem with the syntax grammar or addition that needs to be addressed.

ahmadawais commented 4 years ago

OK, now experiencing the same thing myself. Looking into it.

ahmadawais commented 4 years ago

So there's a new feature that caused this problem. I think you can revert back by disabling it by setting

"editor.semanticHighlighting.enabled": false,