From b962fe31e04099b14d8f0b13fdc938b415e2e226 Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 7 May 2026 23:27:42 +0800 Subject: tmux: start fixing background transparency --- tmux/.tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c08c2e7..b82192f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,8 +14,7 @@ set -g mouse on set -g default-terminal "tmux-256color" # Status bar colors -set -g status-bg "#003636" -set -g status-fg "#004344" +set -g status-style "fg=#004344,bg=default" # set -g status-fg "#225859" # Window status - inactive windows with powerline separators -- cgit v1.2.3