tmuxリストセッションのカラースキームをカスタマイズする方法は?
tmuxリストセッションのカラースキームをカスタマイズするためのオプションは何ですか? ❯ tmux -V tmux next-3.5 tmux.conf ## COLORSCHEME: spoke (medium) set-option -g status "on" # default statusbar color set-option -g status-style bg=colour234,fg=colour200 # bg=bg1, fg=fg1 set-window-option -g window-status-current-styl...