dracula / visual-studio-code

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

No colour for C-style enums #201

Closed helviett closed 2 months ago

helviett commented 2 years ago

There is no colour for C-style enums which makes code look weird. I'm not familiar with vscode theming but may be there is a lack of C/C++ semantic knowledge so perhaphs you can use Enhanced colorization feature. There is an example of some Vulkan code: image

Applying colour to enum value makes difference: image

dsifford commented 2 years ago

@helviett Can you elaborate on what specifically you're asking for here? Bonus points if you open a PR with your suggested changes. :+1: