Created attachment 165536 [details] konsole SUMMARY using ANSI escape sequence for dim/faint does not make the text dim at all. STEPS TO REPRODUCE enter following on konsole. printf "Regular\n\x1b[1mBold\x1b[22m\n\x1b[2mFaint\x1b[22m\n" OBSERVED RESULT the line "Faint" has no distinct from the line "Regular". EXPECTED RESULT colors are rendered dim/faint/light gray as specified in ANSI escape code. https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters SOFTWARE/OS VERSIONS Linux/KDE Plasma: Kubuntu 23.10 KDE Plasma Version: KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION dim/faint works on xterm, linux console, and macos terminal. related links: https://github.com/lumeland/lume/pull/563 https://stackoverflow.com/questions/19567208/why-is-git-dim-color-option-not-working
Created attachment 165537 [details] xterm
Konsole uses its color schemes to select a faint color. You could try selecting a different color scheme, or tweaking the faint colors in your chosen color scheme.