Bug 436320 - Highlighted text has dark grey background regardless font color.
Summary: Highlighted text has dark grey background regardless font color.
Status: RESOLVED DUPLICATE of bug 435309
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 21.04.0
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-28 16:24 UTC by Paulo
Modified: 2021-04-29 03:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo 2021-04-28 16:24:38 UTC
SUMMARY
In konsole version 21.04.0, when highlight text with mouse left-button, the font color remains the same, and highlighted background is dark grey.

If you change the color scheme to 'Black on White' and print some text in cyan [code]echo -e '\e[36;1mtext\e[m'[/code] (or yellow, 33 instead 36), there is no difference between non-highlighted and highlighted text. 

STEPS TO REPRODUCE
1. Select a text with mouse in konsole.
2. The font color remains the same and background is dark grey (or transparent if the background color is white).

OBSERVED RESULT
It is very difficult to see what is highlighted.

EXPECTED RESULT
Would be better if highlighted text be the same as the previous konsole version 20.12.3, in reverse colors, e.g. white text highlighted becomes background color text with white background,
green text becomes background color text with green background, and so on.


SOFTWARE/OS VERSIONS
Linux: Slackware -current (dev branch)

(from Help -> About Konsole -> Libraries tab)
KDE Frameworks 5.81.0
Qt 5.15.2 (built against 5.15.2)
The xcb windowing system
Comment 1 Nate Graham 2021-04-28 19:45:30 UTC
Fixed in Konsole 21.04.1 thankfully!

*** This bug has been marked as a duplicate of bug 435309 ***
Comment 2 Paulo 2021-04-29 03:02:15 UTC
Thanks, I did a search but I couldn't find that ticket already opened.
I hope we get the highlighted inverted colors again :)