You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Specifically this one https://github.com/microsoft/terminal
The text was updated successfully, but these errors were encountered: