I was wondering if it is possible to customize a custom color for attributes inside Visual Studio, initially or using ReSharper.
Ideally, I would like to highlight specific attributes with specific colors, but I could not find a solution for this.

Using ReSharper, I can change their colors with ReSharper Class Identifier, but this will change the colors for all class references. I tried using user keywordsin a file usertype.dat. I tried using task list tokens, but they also did not help.
source
share