tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Enhancement: support different colors of active/inactive panes

Open ericfengchao opened this issue 3 years ago • 2 comments

Describe the feature you'd like

support different colors of active/inactive panes. something like this

image

ericfengchao avatar Oct 04 '21 06:10 ericfengchao

If you can find an existing implementation, please share it. I'll be happy to implement this.

ethancedwards8 avatar Oct 04 '21 19:10 ethancedwards8

It should be easy to achieve, something like

set -g window-style 'fg=#f8f8f2,bg=##44475a'
set -g window-active-style 'fg=#f8f8f2,bg=#282a36'

o0th avatar Oct 06 '21 07:10 o0th