tmux 2.1 背景透明度

tmux 2.1 背景透明度

我在 Ubuntu 16.04 上使用 tmux 2.1。我希望背景有一定的透明度。很多时候我需要在使用终端的同时参考一些东西。 

我看过http://man.openbsd.org/OpenBSD-current/man1/tmux.1  和 使用 tmux 将背景重置为透明?  这似乎表明设置 bg=default 可以做到这一点,但它给了我默认的纯紫色。我尝试使用 tmux 拒绝的十六进制代码 #80FFFFFF 。

编辑:上面提到的旧帖子没有解释如何在 tmux 中设置透明度 - 至少对我来说没有:(

非常感谢帮助。

答案1

透明度首选项不是 tmux 的一部分,您需要profile preferences从您的terminal

Edit > Profile preferences > Colors

取消选中Use transparency from system theme

查看Use transparent background

配置不透明度级别,仅此而已

相关内容