Dear future me,

Please find the helpful screenshot below when (not if) you once again forget how to configure tmux colors. I know you’re not doing it for the eye candy but for telling apart different environments and something similarly productivity enhancing.

Relevant part of tmux configuration

Here is the relevant bit again for easier reproducibility:

set-option -g status-style 'bg=magenta fg=cyan'
set-option -g window-status-style 'bg=blue fg=white'
set-option -g window-status-activity-style 'bg=green fg=red'
set-option -g window-status-current-style 'bg=yellow fg=black'
set-option -g window-status-last-style 'bg=white fg=green'