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
Hi,
Is there a way to dynamically change a tab's color with OSC or ANSI codes ?
ex with Windows Terminal, you can change the color of the current tab with the following code :
functionv() {
echo -ne "\033[2;1;6,|"# set tab color to bluecommand nvim $*echo -ne "\033[2;1;236,|"# reset color
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to dynamically change a tab's color with OSC or ANSI codes ?
ex with Windows Terminal, you can change the color of the current tab with the following code :
I'd like to color this, is there anyway to do it ?

Thanks
Beta Was this translation helpful? Give feedback.
All reactions