Reputation: 2014
I can't find how to change the background color on the "Variables" window. When a variable is changed while debugging, it highlights it with a horrible yellow background that in my zenburn style colorset doesn't allow me to see the line clearly.
Can I change that background somehow?
Thanks,
Upvotes: 10
Views: 6172
Reputation: 14824
Today I finally got fed up with this myself and looked around. In Preferences->Run/Debug
you can set the Changed value background color
to whatever you wish. It seems like the Changed value color
is ignored. (In fact, if it weren't ignored, this wouldn't be a problem in the first place cause the text would be red on yellow instead of white on yellow. ;)
Upvotes: 18