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.

1 Answer 1

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

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.