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

Not all hex colours show up correctly #16

Closed
prurigro opened this issue Jan 10, 2025 · 3 comments
Closed

Not all hex colours show up correctly #16

prurigro opened this issue Jan 10, 2025 · 3 comments

Comments

@prurigro
Copy link

I'm not sure what the logic is, but for some reason certain hex colours are rendered correctly while others aren't. This is in a truecolor terminal.

  • (green) #a2d65f -> #647e43 → darker than it should be
  • (yellow) #ffd787 -> #ffd787 → correct
  • (red) #b85252 -> #6f3c3c → darker than it should be
  • (blue) #87d7ff -> #577f93 → darker than it should be

I tested both alacritty and ghostty, let me know if any additional information would be helpful.

@merschformann
Copy link
Owner

Hmmm, I just configured mine to the values given above, but the colors seem to be fine. I can find them all via a color picker (ignoring shaded pixels from anti-aliasing). I tested on kitty and Gnome Console.

Here is what it looks like for reference:

image

Which symbol are you using? 🤔 The default ones are meant to work without colors, hence, will appear darker if they are not completely opaque.

For example the ones used in this image (the image was done without colorize, i.e.: all colors are white and only the symbols are different):

image

@prurigro
Copy link
Author

Ahh you're right! changing to #s resolved it. It might be worth mentioning that in the comments for the color settings in the example config or something? Either way, thanks for pointing me in the right direction :)

@merschformann
Copy link
Owner

Good point. I added a comment in #17 . 😊

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

2 participants