Tuesday, 6 August 2013

Tmux set color of changed window

Tmux set color of changed window

I let Tmux let me know when contents of non-current window changes.
setw -g monitor-activity on
set -g visual-activity on
The only problem is, the color of it sucks. I'd like to change the color
of fg/bg from grey to something that blends in better. How can I do that
(what are the options names)?

No comments:

Post a Comment