I just switched to a dark theme in Visual Studio and can\'t find the setting for changing the background color of the currently active line in the Find Results Window. The o
Do you have the Power Productivity Tools extension installed? If so, it's likely the Highlight Current Line extension causing the problem. For some reason the Find Results pane doesn't respect your selections in the Fonts and Colors dialog for the Current Line (extension) and Current Line Inactive (extension) settings.
The only way I've found to fix the issue is to turn that extension off. Tools->Options...->Productivity Power Tools->All Extensions->Highlight Current Line->Off. Of course, doing this removes the benefits of the extension in the code editor window. Seems like a bug.