-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Solid-color emoji highlighting #3364
Comments
dup of #3211 |
By adding |
Run from master. |
Ah I think I got your problem. Color emoji are not colored by text attributes. They are rendered in whatever color comes from the font. If you want to color them, then you follow them by \ufe0e and they will be rendered as text, single-celled and colored by the current foreground color. This is the way they are supposed to be rendered. If vscodium is doing it differently, then that is a bug in that program. |
Got it. Thanks for the info! |
Is your feature request related to a problem? Please describe.
I want to use Noto Emoji with kitty, but I cannot highlight the characters.
Describe the solution you'd like
To have a way of highlighting solid color emoji.
Describe alternatives you've considered
I have tried using the kitty emoji picker with the 'text' and 'graphic' options, but these characters are not double-width.
Additional context
Here is how the snake emoji looks in kitty:
Here it is highlighted in the VSCodium terminal:
If I'm missing some obvious way to accomplish this please let me know.
The text was updated successfully, but these errors were encountered: