diff options
Diffstat (limited to 'config/.tmux.conf')
| -rw-r--r-- | config/.tmux.conf | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/config/.tmux.conf b/config/.tmux.conf index ac27bc9..248b37c 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -37,13 +37,14 @@ bind-key r command-prompt -I "#W" "rename-window '%%'"  bind-key x kill-pane  bind-key c new-window -c "#{pane_current_path}" -bg="#272727" +fg="#272727" +bg="#f2f0fa"  set -g status-position "bottom"  set -g status-style bg=default,fg=default  set -g status-left " λ "  set -g status-right ""  set -g window-status-format " #I:#W " -set -g window-status-current-format "#[bg=${bg},fg=#f2f0fa] #I:#W " +set -g window-status-current-format "#[bg=${bg},fg=${fg}] #I:#W "  run '~/.tmux/plugins/tpm/tpm' | 
