diff options
| author | Michal <m.i@gmx.at> | 2021-10-14 23:58:14 +0200 |
|---|---|---|
| committer | Michal <m.i@gmx.at> | 2021-10-14 23:58:14 +0200 |
| commit | 19a795cf6c74d51b22961dc882c6a451d7a6b993 (patch) | |
| tree | cb9979af9a2c6844042af0d6c20af1b6210daa2b /tmux | |
| parent | 1dc531836f96caae14c5486b2fb3c2e084483022 (diff) | |
tmux conf
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d3abcb9..ce2a04e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -20,8 +20,8 @@ set-option -g window-status-style fg='#ffffff',bg='#333333' set-option -g window-status-current-style fg='#ffffff',bg='#55aa55' set-option -g window-status-bell-style fg='#ffffff',bg='#ee3322' set-option -g window-status-separator " " -set-option -g window-status-format "#[fg=#556677]#[default] #I #W #[fg=#556677]#[reverse]" -set-option -g window-status-current-format "#[fg=#556677]#[default] #I #W #[fg=#556677]#[reverse]" +set-option -g window-status-format "#[fg=#556677]#[default]#[bg=#333333] #I #W #[fg=#556677]#[reverse]" +set-option -g window-status-current-format "#[fg=#556677]#[default]#[bg=#55aa55] #I #W #[fg=#556677]#[reverse]" set-option -g pane-border-format "[ #P ]" set-option -g pane-active-border-style fg='#ffffff' |
