martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.25k stars 257 forks source link

Colors are slightly off #829

Open filipencopav opened 4 years ago

filipencopav commented 4 years ago

2020-04-23-171328_1920x1080_scrot

For the 2 terminals i opened a gcolor2 instance. I picked the vis bg color and default st bg color. Colors are displayed incorrectly, in the color scheme (both st and vis) it is noted that the bg color should be "#1e1e1e", but the color of the vis bakground is "#1d1d1d". Because my st has borders, when looking carefully in the area drawn by vis and the "border" area you can see the colors are slightly different. The colors are incorrect on syntax highlited elements too.

fbushstone commented 3 years ago

I'd like to add to this- certain colors are displayed incorrectly on Wayland forks of st (wterm, st-wl). Yellow (ffff00) is displayed as a thistle color, for example.

mujo-hash commented 3 years ago

From my experimentation, it appears kakoune has the same behavior in st as well.

mujo-hash commented 3 years ago

If vis is built without curses, then it looks like the colors are exact.

apprehensions commented 1 year ago

i am also facing this problem. how would this even happen? a editor with no native ability to pick up native terminal colors decreases the colors used by a colorscheme?