diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fc246ac..8608ddd 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -163,6 +163,7 @@ set -g @ui_color 'brightblack' set -g @sync_color 'brightred' set -g @text_fg 'black' +set -g status-style bg=default,fg=white set -g message-command-style 'bg=default,fg=#{@accent_color}' set -g message-style 'bg=#{@accent_color},fg=#{@text_fg}' set -g mode-style 'bg=#{@accent_color},fg=#{@text_fg}'