Skip to content
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

[Request] Window's terminal support #11

Open
LonelyMusicDisc opened this issue Jul 12, 2024 · 1 comment
Open

[Request] Window's terminal support #11

LonelyMusicDisc opened this issue Jul 12, 2024 · 1 comment

Comments

@LonelyMusicDisc
Copy link

Specifically this one https://github.com/microsoft/terminal

@typicode
Copy link
Owner

Not sure if it's possible. The terminal needs to support some escape sequences to change dynamically the background, if this terminal don't support them, there's nothing that can be done.

Maybe create a feature request to support them or I don't know if they use another escape sequence that bg.nvim could use.

You can do some testing with:

printf %b '\e]11;rgb:30/00/00\a'

On most modern terminal this will change the background color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants