Summary When displaying text, bold/intense attribute does not switch to intense color configured in profile. When BoldIntense is set, text is displayed in bold font with normal color. Otherwise the text is displayed in normal color and font, so it is indistinguishable from regular text. Steps to reproduce 1. Set color palette with clearly visible "intense" versions of color (such as dark blue for intense foreground and black for normal foreground). 2. Run any program that displays bold colors, ex, in shell: echo -e '\x1b[0m123\x1b[1m456\x1b[0m789' Observed result Text is displayed with normal colors (and possibly bold font if BoldIntense is set). Expected result: Text is displayed with intense colors (and possibly bold font if BoldIntense is set). KDE Plasma Version: 20.20.4 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2
KDE Plasma Version: 5.20.4
Can confirm this regression. I thought I was going crazy when my default Breeze-styled prompt changed colors out of nowhere (turquoise green -> regular green) Operating System: KDE neon 5.20 KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2
Created attachment 134113 [details] Before / After
*** This bug has been marked as a duplicate of bug 430267 ***