Description
This is more of a question (than an issue) regarding usage of color function to change the terminal base16-shell color theme, in a TMUX session with multiple windows.
(BTW, this whole idea behind the dark/light determination and dynamic switching is stupendous!).
When the terminal theme is switched by doing a color <theme>
, if the TMUX session has multiple tmux "windows", the color change seems to take effect only in the current/active window, other tmux windows continue with the old/previous theme. I think this behavior makes sense as this seems to be achieved by sending esacpe sequences to the terminal. (FWIW I'm using gnome-terminal on linux (ubuntu).)
My question is do you also see the same behavior? Or am I missing a trick somewhere to change other tmux windows as well? Or it's possible I'm doing something wrong in my conf files somewhere to cause this for myself. So I just thought I'd check with you just in case.
(I guess I could do a list-windows/panes for the session and do a send-keys of the color command, but I'm a bit wary about typing keys somewhat arbitrarily into a pane. Maybe I could open a new temporary pane and run this command and close the pane when done..)
Thank you.