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

Font color for links... #287

Open
volker001 opened this issue Dec 17, 2024 · 2 comments
Open

Font color for links... #287

volker001 opened this issue Dec 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@volker001
Copy link

The font color of the links is not easy to read and too pale in relation to the normal text. The link colors and the color of the normal text should be more balanced for better reading.

@volker001 volker001 added the enhancement New feature or request label Dec 17, 2024
@martinstoeckli
Copy link
Owner

Thank you for the suggestion. I'm open for improved colors, if you are interested, I can describe what properties a color should have. The current colors for links are:

  • for notes with a light background: rgba(70, 130, 180, 0.80)
  • for notes with a dark background: rgba(173, 216, 230, 0.90)
  1. A new color must be well visible on all available background colors.
  2. It should harmonise with the title color so that the overall impression is not too fancy. Current title color light: rgba(70, 130, 180, 1) and dark: rgba(173, 216, 230, 1)
  3. The last of the 4 parts is the transparency (0-1), by finding a good transparency the font color adapts a bit to the current background color and gets a similar tint.

@volker001
Copy link
Author

volker001 commented Dec 18, 2024

Thank you for the app.

I assume that the normal text is real black.

for light background:
for example: rgb(0, 121, 200).

... well visible on all available background colors:
When changing to a darker color, for example to red,
(or all the colors in in your last line in the color-table),
the normal text switch to white, then the Link color must also switch.

What is the background color in dark mode?
40,48,48 ?

then for example:
rgb(195, 231, 255);

It is difficult for me to compare the actual color ratios.
I do this on the PC in html. The colors can of course be slightly different on the devices.


a few more suggestions ...

Icon Color for Pin:
The icon for pinned notes should not be red (this is a warning color).

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

No branches or pull requests

2 participants