Bug 451109

Summary: [Accessibility] Minimum contrast ratio
Product: [Applications] konsole Reporter: shenlebantongying <shenlebantongying>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: wishlist CC: kelvie
Priority: NOR Keywords: accessibility, usability
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description shenlebantongying 2022-03-03 21:35:39 UTC
It is a feature to dynamically adjust colours to increase contrast. If the value set to max, then the terminal become white and black.

It presents at iterm2 and VSCode's embedded xterm.js

Copied from iterm2's document: 

If text is displayed against a similar background color, the minimum contrast setting will move the text color towards black or towards white to ensure some minimum level of visibility. Setting this slider all the way to maximum will make all text black and white.

Related links:

https://code.visualstudio.com/updates/v1_41#_minimum-contrast-ratio

iterm2's setting have this option:
https://iterm2.com/documentation-preferences-profiles-colors.html

xterm.js list it as an accessibility feature.
https://github.com/xtermjs/xterm.js
Comment 1 Kelvie Wong 2024-10-04 04:51:27 UTC
This blog post describes the usefulness of this feature: https://jvns.ca/blog/2024/10/01/terminal-colours/

If I have time I may try to implement some version of this