From f83ad4c21e05f3c5ee5384a0ea9afb5b9c347079 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 29 Aug 2025 22:25:33 +0500 Subject: [PATCH] remove background color for tmux command line --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 72842cd..9ea4f27 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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