Bug 331688 - Font color for "search highlight" is hardcoded. Would like option to change color.
Summary: Font color for "search highlight" is hardcoded. Would like option to change c...
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: syntax (other bugs)
Version First Reported In: 3.12.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL: http://s29.postimg.org/pofwlu107/snap...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 01:09 UTC by Joseph Ryan
Modified: 2016-04-06 10:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: KDE Frameworks 5.21
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.