digimezzo / vscode-jetbrains-rider-new-ui-theme

JetBrains Rider New UI theme for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Struct Color

nathenxbrewer opened this issue · comments

Please add the color highlighting for Struct. Right now, the extension highlights Struct names as classes, (#C191FF), and they should be #e1bfff.

VS Code:
image

Rider:
image

I was able to figure out how to override this color in the Struct definition but cannot figure out the correct scope for the highlighting when the struct name is within <> for List definition.