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

diffrence in colors presentation between vim/gvim #22

Open
r8b7xy opened this issue Apr 1, 2015 · 5 comments
Open

diffrence in colors presentation between vim/gvim #22

r8b7xy opened this issue Apr 1, 2015 · 5 comments

Comments

@r8b7xy
Copy link

r8b7xy commented Apr 1, 2015

Hex colors in my Xdefaults look diffrently when viewing them in vim and gvim.
Please look at S_base03/02.
bug
Is it known bug?

@lilydjwg
Copy link
Owner

lilydjwg commented Apr 2, 2015

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.

@r8b7xy
Copy link
Author

r8b7xy commented Apr 2, 2015

Is this something east to fix or rather something to accept? :)

@lilydjwg
Copy link
Owner

lilydjwg commented Apr 3, 2015

It's hard to fix. You need a terminal that supports more colors in the first place, which I've never seen.

@r8b7xy
Copy link
Author

r8b7xy commented Apr 3, 2015

Here is the list of true color terminals: Colors in terminal
As far as I see it will be better to wait for true color support in urxvt :)

@lilydjwg
Copy link
Owner

lilydjwg commented Apr 3, 2015

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 :-)

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