From cfd3d4fa8f71ae31afd8ea510c6e0b064fdd81f0 Mon Sep 17 00:00:00 2001 From: Izzy Gomez Date: Wed, 13 Mar 2024 02:18:18 -0400 Subject: [PATCH] Set `message-style` to also be default powerline style. Like `status-style`, which sets the color scheme of the entire status line (added in https://github.com/erikw/tmux-powerline/pull/362), `message-style` sets the color scheme of the command/prompt mode (i.e. when you press `Prefix` + `:`). Here are some screenshots: TODO add in PR --- main.tmux | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tmux b/main.tmux index 8a49a481..459b5414 100755 --- a/main.tmux +++ b/main.tmux @@ -16,6 +16,7 @@ tmux set-option -g status "$TMUX_POWERLINE_STATUS_VISIBILITY" tmux set-option -g status-interval "$TMUX_POWERLINE_STATUS_INTERVAL" tmux set-option -g status-justify "$TMUX_POWERLINE_STATUS_JUSTIFICATION" tmux set-option -g status-style "$TMUX_POWERLINE_STATUS_STYLE" +tmux set-option -g message-style "$TMUX_POWERLINE_STATUS_STYLE" tmux set-option -g status-left-length $TMUX_POWERLINE_STATUS_LEFT_LENGTH tmux set-option -g status-right-length $TMUX_POWERLINE_STATUS_RIGHT_LENGTH