From b633c0785f7e43899b51692bf04f556c2d6c0fe5 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 10 Nov 2021 14:41:11 +0100 Subject: add git-delta and tune tmux --- tmux/dot-tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux') diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index c1954f1..35fbf7a 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -16,12 +16,12 @@ set-option -g status-right ' #h #[fg=black]#[bg=#556677]#[bg=black]#[fg=#5 set-option -g status-right-length 100 set-option -g status-style fg='#ffffff',bg='#556677' -set-option -g window-status-style fg='#ffffff',bg='#333333' -set-option -g window-status-current-style fg='#556677',bg='#ffffff' +set-option -g window-status-style fg='#ffffff',bg='#000000' +set-option -g window-status-current-style fg='#ffffff',bg='#444488' set-option -g window-status-bell-style fg='#ffffff',bg='#ee2222' set-option -g window-status-separator " " set-option -g window-status-format " #I:#W #[reverse]#[fg=#556677]" -set-option -g window-status-current-format " #W " +set-option -g window-status-current-format " #I:#W #[reverse]#[fg=#556677]" set-option -g pane-border-format " #P " set-option -g pane-active-border-style fg='#ffffff' -- cgit v1.2.3