Lister: improve default link color in high contrast themes
Posted: 2025-01-02, 17:52 UTC
Currently the default link color in Lister (Configuration > Options > Color > Lister: Link color: default) is not well selected. Only in the Windows 11 light Desert theme the link text is visible well, in other dark themes (Aquatic, Dusk, Night sky) links are barely readable. High contrast supposes that all texts should be clearly visible. Yes, it's possible to change the link color manually, but default selection could be improved too.
Test example:
<!DOCTYPE html>
<html>
<head>
<title>Link test</title>
</head>
<body>
<p>Link to <a href="https://www.ghisler.com">Total Commander</a></p>
</body>
</html>
Test example:
<!DOCTYPE html>
<html>
<head>
<title>Link test</title>
</head>
<body>
<p>Link to <a href="https://www.ghisler.com">Total Commander</a></p>
</body>
</html>