diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index 5da678c..ea85e57 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -111,5 +111,16 @@ set -g @powerkit_status_justify "center" set -g @powerkit_theme "tokyo-night" set -g @powerkit_theme_variant "night" +# Force transparency by overriding status bar colors +set -g status-style "bg=default,fg=default" +set -g status-left-style "bg=default,fg=default" +set -g status-right-style "bg=default,fg=default" +set -g window-status-style "bg=default,fg=default" +set -g window-status-current-style "bg=default,fg=default" +set -g pane-border-style "fg=brightblack" +set -g pane-active-border-style "fg=blue" +set -g message-style "bg=default,fg=blue" +set -g message-command-style "bg=default,fg=blue" + # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'