How to change text highlight color out of context in Xcode?

Ok, I will bite.

I have very nice code / window colors configured in Xcode. Usually my color of choice is very noticeable.

When I search the project and repeat the results, however, the list of results remains in focus and the text found is out of focus using a different background color. This color is extremely difficult to detect, especially when the text is embedded in a larger block of code, and the view moves as you scroll through the results.

Here is an example:

The left side is in focus (normal selection only), the right side is out of focus (during project search)

It often takes a few seconds to determine where the selected text is.

If I just skip it, Xcode doesn't seem to suggest changing this highlight color. Interestingly, it also does not match the color of the selection from the Appearance panel.

Does anyone know a way to change this color or make it more visible without changing my entire color scheme?

+3
source share
2 answers

, . ( dev),
~/Library/Application Support/Xcode/(should be intuitive from here/can't remember)
, . Xcode , .

0

Source: https://habr.com/ru/post/1722923/


All Articles