Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link targets are hard to read #673

Open
hseg opened this issue Sep 3, 2024 · 0 comments
Open

Link targets are hard to read #673

hseg opened this issue Sep 3, 2024 · 0 comments

Comments

@hseg
Copy link

hseg commented Sep 3, 2024

Consider the attached screenshot
2024-09-03-183503_663x986_scrot
The link targets given are obscured by the document itself.
In contrast, consider the analogous feature in qutebrowser:
2024-09-03-183727_673x529_scrot
2024-09-03-184143_929x569_scrot
Not only is it recognized that highlit search and hinting are two different features which need to be formatted differently, the hints are bolded and displayed more prominently than the links that they refer to for legibility's sake.

I've somewhat managed to improve matters by increasing the opacity of the hightlighting and increasing the font size by two points:

set highlight-color rgba(159,251,0,0.9)
set highlight-fg    rgba(0,0,0,1)
set font            "monospace normal 11"

2024-09-03-190245_674x994_scrot
2024-09-03-190259_1062x517_scrot
but it's still feeling a little lacking (though I can't put my finger on why).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant