remove background color for tmux command line

This commit is contained in:
2025-08-29 22:25:33 +05:00
parent 0659773daf
commit f83ad4c21e

View File

@ -57,6 +57,8 @@ set -g pane-active-border-style "fg=#938AA9"
# status bar
set-option -g status-style bg=default
set -g message-command-style bg=default
set -g message-style bg=default
set -g status-left '| #S | '
set -g status-right ''
set -g status-left-length 500