-
Notifications
You must be signed in to change notification settings - Fork 37
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
just an question about the TTY #194
Comments
Could you post the contents of your |
I finished making my config file and the same thing is happening too. Seems that running @coastalwhite sorry for the ping, but is there any way to save the |
I am not sure I understand the question correctly @amsyarzero. The easiest way to use a |
I read a bit more about tty (the text-only part we interact with before logging in) and it seems that tty only supports 16 colors. There is a way to change it, but it requires a bit more fiddling with the built-in colors. @coastalwhite , sorry for ping again, but could you confirm whether Lemurs, in tty, uses 16 or 256 colors? |
Yeah, this seems like a mess up on my part. As mentioned in the crossterm docs. It seems that only a small selection of the colors that are settable in lemurs is actually visible in the TTY. Lemurs in the TTY uses 256 colors. |
Thank you for the confirmation, coastalwhite. After changing the colors to the options provided in
I can confirm that the colors display properly now. @WyeneCloud unfortunately, this is a limitation of the tty itself, which Lemurs uses during bootup, so you can only use these colors. |
Thanks you. |
Unfortunately, there is no workaround for now. Unless you manage to change the tty itself to something that can support 256-bit colors. EDIT: Check out this fork of kmscon, which allows for 256-bit support in tty. However, anything related to that is beyond the scope of this issue. |
Hi. thanks for reading my issues i mean its more an question than an issues but maybe it is so :
i made an custom build of lemurs with custom color the build went perfectly and when i use --preview it's work perfectly
but when i log using the TTY ony the orange is showing everything else is black so idk.
Thanks have a nice day
The text was updated successfully, but these errors were encountered: