-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
meltbus: Fix upper eight colours of vterm #767
Conversation
Did you check that it works in TUI? |
I guess you can compute the colors that you like from GUI, and then hardcode the value in the theme, so you dodge the You can evaluate |
vterm abuses the background colour of the first eight colours to generate the upper eight colours.
Ref: #767 Co-authored-by: spacefrogg <[email protected]>
This PR sort of grew to encompass issues that aren't related to the original one (plus the commit messages don't conform to our git conventions and there are issues with inheriting from faces that may not be available/loaded when they're used), so I've cherry picked bits into f5153a7 and 08d3d9b. That said, I'll investigate the other changes separately. Thanks for bringing these to my attention, in any case! |
vterm produces the colours 8–15 from the face-background of the colours 0–7. Adapt the colours to make, e.g., brightblack visible again
Fixes #765
I've included before and after screenshots.