From 743478f373a66f7b050030948824d722d6b2cc67 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 29 Feb 2024 22:04:27 +0530 Subject: update --- config/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/.tmux.conf') 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' -- cgit v1.2.3