jhm – Thu, 2006 – 08 – 10 10:00
Recently I got annoyed using the find feature in the Preview.app and not being able to see the found strings easily.
I found the answer here. There are two parts to it
- first one can change the highlight color used to display the found text in Preview.app with the defaults command like so
defaults write com.apple.Preview AppleHighlightColor "0 1.0 1.0"
which will result in an ugly cyan. Presumably the colors are to be specified with values for red green and blue ranging from 0 to 1.
- one has to TAB into the window pane containing the searched text because if that window is not active the highlighted text will be displayed with the inactive window highlight color
What a pain.
Zoran (not verified) wrote:
Excellently written article, if only all bloggers offered the same content as you, the internet would be a much better place. Please keep it up! Cheers.
- parent
- reply
»Post new comment