Skip to content

Changing smiley background colour in tmux #817

Closed Answered by Chucksec
matko031 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, it is possible to configure the background color of the smiley section in the tmux theme. You can use the following command in your tmux configuration file (usually located at ~/.tmux.conf) to set the background color of the section:

set -g status-style bg=<color>

Replace with the color code you want to use for the background. For example, if you want to use a red background, you can use:

set -g status-style bg=red

This will set the background color of the entire status line, including the smiley section. Using different colors for nested tmux sessions can help you quickly identify which environment you are working in.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luxonauta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants