I'm trying to make my IDE fonts and colours more visible, but I'm stuck on one last detail: the string highlighting for selected breakpoints.
Given the following example:
Session["mySessionVar"] = someValue;
The text for "mySessionVar" - including the quote marks - has (in my case) yellow text on a bright pink background - almost impossible to read. My problem is I can't find any way to set the Breakpoint (Enabled) strings, keys or parameters to a more readable setting.
Can it even be done?