-
Notifications
You must be signed in to change notification settings - Fork 25
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
diffrence in colors presentation between vim/gvim #22
Comments
It's a known limitation. Most terminals only support 256 colors, so colorizer has to "round up" the 256^3 colors to those, sometimes it will give poor results. Better results will require more time (and code) to compute. |
Is this something east to fix or rather something to accept? :) |
It's hard to fix. You need a terminal that supports more colors in the first place, which I've never seen. |
Here is the list of true color terminals: Colors in terminal |
Wow, that's great! But then we'll wait for Vim to support it. I see ZyX's branch. I'll try that when I have time :-) |
Hex colors in my Xdefaults look diffrently when viewing them in vim and gvim.
Please look at S_base03/02.
Is it known bug?
The text was updated successfully, but these errors were encountered: