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
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.
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.