diff options
| author | Miguel <m.i@gmx.at> | 2021-11-10 14:41:11 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2021-11-10 14:41:11 +0100 |
| commit | b633c0785f7e43899b51692bf04f556c2d6c0fe5 (patch) | |
| tree | 4624223bf32c0d2b5d844d72aca4681a2594e8e1 /tmux/dot-tmux.conf | |
| parent | e86d9f569e27dadebc246da8818f28bbce43ddd1 (diff) | |
add git-delta and tune tmux
Diffstat (limited to 'tmux/dot-tmux.conf')
| -rw-r--r-- | tmux/dot-tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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' |
