diff options
| author | bh <qn+git@epicurus.dev> | 2026-05-07 23:27:42 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-05-07 23:27:42 +0800 |
| commit | b962fe31e04099b14d8f0b13fdc938b415e2e226 (patch) | |
| tree | 6cabb89740d96d415390952fe70a3718cb67e04c /tmux | |
| parent | e42dab9100e18a78814f42fec532fc31491cae56 (diff) | |
tmux: start fixing background transparency
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 1 insertions, 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 |
