Bug 430990

Summary: Intense colors not honored in konsole
Product: [Applications] konsole Reporter: Razathorn <raz>
Component: fontAssignee: Konsole Developer <konsole-devel>
Status: CONFIRMED ---    
Severity: normal CC: karl, tildearrow
Priority: NOR    
Version: 20.12.0   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Intense colors not so intense
Intense colors are now intense again

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.