Bug 430990 - Intense colors not honored in konsole
Summary: Intense colors not honored in konsole
Status: CONFIRMED
Alias: None
Product: konsole
Classification: Applications
Component: font (show other bugs)
Version: 20.12.0
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-30 22:48 UTC by Razathorn
Modified: 2021-01-08 22:34 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Intense colors not so intense (130.38 KB, image/png)
2020-12-30 22:48 UTC, Razathorn
Details
Intense colors are now intense again (209.96 KB, image/png)
2021-01-08 22:34 UTC, Razathorn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Razathorn 2020-12-30 22:48:23 UTC
Created attachment 134408 [details]
Intense colors not so intense

Bright/intense colors are no longer rendered as their intense colors from the color scheme configuration.  You can turn on "draw intense colors in bold" and it will bold them, yet the colors will still be the same as their non intense version, just bold, so it is obvious konsole is properly differentiating them.

STEPS TO REPRODUCE
1. Display intense colors

OBSERVED RESULT
Intense colors are not displayed

EXPECTED RESULT
Intense colors should be displayed

Operating System: Manjaro-ARM
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.4.83-1-MANJARO-ARM
OS Type: 64-bit
Processors: 4 × 
Memory: 7.6 GiB of RAM
Graphics Processor: V3D 4.2
Comment 1 Karl Ove Hufthammer 2021-01-07 16:12:36 UTC
Confirmed. Here’s a command to reproduce the problem:

echo -e '\u001b[33;1mExample'

The text ‘Example’ should be displayed in a bright yellow colour. Instead, it’s displayed in a brownish colour.
Comment 2 Razathorn 2021-01-08 22:34:50 UTC
Created attachment 134668 [details]
Intense colors are now intense again

I recently updated on the manjaro arm testing branch and with 20.12.1 it appears to work again.