-
Notifications
You must be signed in to change notification settings - Fork 73
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
Truecolor not working. #123
Comments
What is your $TERM? it should be xst-256color, with the terminfo file
installed (which should happen by default depending on how you installed
xst) -- see: https://github.com/gnotclub/xst/blob/master/st.info#L212
Thanks,
Nathan
…On Mon, Nov 23, 2020 at 2:51 PM Cristhyano ***@***.***> wrote:
I use the amfora browser to navigate through gemini sites and it needs a
terminal which supports truecolor to render the theme correctly. I heard st
supports truecolor, so xst should support too. But it is not working.
Using the alacritty terminal i have the exactly colors i want, but it is
not happening with xst.
Here is a picture: [image: 1123-2]
<https://user-images.githubusercontent.com/61637474/100013810-36b31000-2db4-11eb-8674-61b026443c7e.png>
xst is on the left side of the screen, alacritty is on the right. Amfora
is open on both. I defined the background on amfora to be the same as the
terminal (dracula theme), but xst renders it as another color. This happens
with terminals which don't support truecolor. It is what was happening to
me with urxvt.
Is there any setting i need to put in the config file or truecolor is not
supported?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#123>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4S4RDB6N2DRHVZGPRMWX3SRLDMHANCNFSM4T77TPCQ>
.
|
echo $TERM gives me xst-256color It needs the st-terminfo installed? Void linux doesn't pull it as a dependency. Found this file. Is this it? /usr/share/terminfo/x/xst.terminfo |
I have that file on that directory, and true color is not consistent with st. I can't get nova colors to display correctly. The background color is brighter on xst than that is on st. Both are loading colors from .Xresources |
could you provide an actual testcase, like |
Confirmed truecolor working in st with a truecolor theme in terminal emacs (emacs didn't know of xst-256color, so I had to hint by eg |
I use the amfora browser to navigate through gemini sites and it needs a terminal which supports truecolor to render the theme correctly. I heard st supports truecolor, so xst should support too. But it is not working.
Using the alacritty terminal i have the exactly colors i want, but it is not happening with xst.
Here is a picture:
xst is on the left side of the screen, alacritty is on the right. Amfora is open on both. I defined the background on amfora to be the same as the terminal (dracula theme), but xst renders it as another color. This happens with terminals which don't support truecolor. It is what was happening to me with urxvt.
Is there any setting i need to put in the config file?
This happens with the kakoune text editor too.
The text was updated successfully, but these errors were encountered: