lemnos / theme.sh

A script which lets you set your $terminal theme.
Other
912 stars 45 forks source link

Doesn't work in tmux #51

Closed faxm0dem closed 3 weeks ago

faxm0dem commented 11 months ago

Hi,

I just upgraded my Debian from 11 to 12 and noticed theme.sh doesn't work anymore in my setup. Is this something which is being worked on ?

Cheers !

jpasquier commented 4 weeks ago

Hi,

Try to add

set-option -g allow-passthrough on

in your tmux configuration.

It worked for me

Best

faxm0dem commented 3 weeks ago

Thanks very much, that worked !