Skip to content

Commit cfd3d4f

Browse files
committed
Set message-style to also be default powerline style.
Like `status-style`, which sets the color scheme of the entire status line (added in #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
1 parent abdf080 commit cfd3d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tmux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tmux set-option -g status "$TMUX_POWERLINE_STATUS_VISIBILITY"
1616
tmux set-option -g status-interval "$TMUX_POWERLINE_STATUS_INTERVAL"
1717
tmux set-option -g status-justify "$TMUX_POWERLINE_STATUS_JUSTIFICATION"
1818
tmux set-option -g status-style "$TMUX_POWERLINE_STATUS_STYLE"
19+
tmux set-option -g message-style "$TMUX_POWERLINE_STATUS_STYLE"
1920

2021
tmux set-option -g status-left-length $TMUX_POWERLINE_STATUS_LEFT_LENGTH
2122
tmux set-option -g status-right-length $TMUX_POWERLINE_STATUS_RIGHT_LENGTH

0 commit comments

Comments
 (0)