How to change out-of-focus text selection color in Xcode?
        Posted  
        
            by Jackson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jackson
        
        
        
        Published on 2009-11-15T18:14:44Z
        Indexed on 
            2010/03/25
            6:23 UTC
        
        
        Read the original article
        Hit count: 389
        
Okay, I'll bite.
I've got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible.
When I am doing a project search and iterating through the results, however, the results list stays in focus and the found text remains out of focus, using a different background color. This color is extremely hard to detect, especially when the text is embedded in a larger code block and the view is shifting around as it scrolls to the results.
Here's an example:
Left side is in focus (just normal selection), right side is out of focus (during project find)
Often it takes a few seconds to find where the heck the selected text is.
Unless I'm just missing it, Xcode seems to offer no way to change this particular selection color. Interestingly, it also doesn't seem to follow the selection color from the Appearance panel.
Does anyone know a way to change this color or force it to be more visible, short of changing my entire color scheme around?
© Stack Overflow or respective owner