0

As following img, I double clicked "test1" in

var test1 = decimal.MaxValue;

The variable that is referenced elsewhere is shown in dark blue, I want to modify this blue color in Color Scheme?

enter image description here

AdvancingEnemy
  • 382
  • 3
  • 20
  • I'm not using Rider (PhpStorm user).. but have a look at `General | Code | Identifier under caret` and perhaps `General | Search Results | Search result` as well. These 2 look like the most closes match for me right now. P.S. Actual names/path in Rider may differ a bit. – LazyOne Nov 12 '21 at 22:50

1 Answers1

1

I found it, it's here! Thanks @LazyOne, it's really helpful.

enter image description here

AdvancingEnemy
  • 382
  • 3
  • 20