zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.25k stars 630 forks source link

Add support for theme.sh #2633

Open txtyash opened 1 year ago

txtyash commented 1 year ago

theme.sh is a script for changing themes dynamically for various terminals. This script doesn't work when used inside zellij. example: Run zellij inside alacritty and then launch the theme.sh script. It has no effect as opposed to using it outside zellij.

Zykino commented 1 year ago

Hey, I think the "problem" is that zellij interpret the OSC strings that theme.sh is using. This may be linked with https://github.com/zellij-org/zellij/issues/2297 as in: "zellij may interpret and change its theme dynamically".