-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Colir blender will not work correctly in terminal #541
Comments
I don't see the problem with my theme ( Can you describe your problem in more detail, maybe propose a solution? |
Sure. The problem is that with my color when I use terminal, active line not that visible as it should be.
The thing is for whatever reason emacs built-in functions are mapping colors to available color space of 256, while it should actually map it only when it displays it. |
Could you please PR with your change? The new function could be another setting for |
The problem is that built-in
color-name-to-rgb
methods is trying to map color to available color space which is 256 colors in best case.So color is already distorted before blending. One solution might be just manually parse colors if they start with
#
and fall back tocolor-name-to-rgb
otherwise.The text was updated successfully, but these errors were encountered: