Skip to content

Commit

Permalink
Set message-style to also be default powerline style.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
izzygomez committed Mar 13, 2024
1 parent abdf080 commit cfd3d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd3d4f

Please sign in to comment.