0

When I type Prefix-: to start typing a command, tmux changes the color of the status bar to dark yellow. A similar effect happens if I push Prefix-, to change the name of a window.

Is it possible to control the color that the status bar changes into?

I have already seen this question and searched around the web, but have failed to find a solution.

merlin2011
  • 3,925

1 Answers1

0

I reached out on GitHub, and the got the response to use message-style option, which I verified to work. Thus, the answer is to put the following in ~/.tmux.conf to set the background to white.

set -g message-style bg=white
merlin2011
  • 3,925