Bug 331688

Summary: Font color for "search highlight" is hardcoded. Would like option to change color.
Product: [Applications] kate Reporter: Joseph Ryan <joey.ryan>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: intelfx
Priority: NOR    
Version First Reported In: 3.12.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
URL: http://s29.postimg.org/pofwlu107/snapshot1.png
Latest Commit: Version Fixed/Implemented In: KDE Frameworks 5.21
Sentry Crash Report:

Description Joseph Ryan 2014-03-03 01:09:36 UTC
When you select a word, Kate highlights every instance of that word. You are able to change the background color of this highlight (currently red in my picture), but the foreground color (which is white) is hardcoded. I would like the option to change the foreground color. This would make Kate more friendly to dark color schemes.

Reproducible: Always

Steps to Reproduce:
1. Select a word that appears more than once
2. Observe the font color of the highlight
Comment 1 Dominik Haumann 2016-04-06 10:53:50 UTC
This was just fixed with this commit: https://git.reviewboard.kde.org/r/127554/

The background color of the search & replace highlights can be configured in the first tab in the "Fonts & Colors" config page. The foreground color now is always set to to the normal text color. So good contrast needs to be given only for this search & replace background color with the default text foreground color.

Sorry for the delay.