diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-04-21 06:55:35 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-04-21 06:55:35 +0200 |
| commit | 535d1a9c7e11610171dd52a0cc3aa34e12592d28 (patch) | |
| tree | 57fbf0ac5a3c6afc16ec75d64f6a8d902befe845 /tmux.conf | |
| parent | 9ba3e7f4d701dff64443aff0b519dd62480a36ff (diff) | |
| download | dotfiles-535d1a9c7e11610171dd52a0cc3aa34e12592d28.tar.gz | |
Update to alacritty and tmux
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -18,9 +18,11 @@ set -g renumber-windows on | |||
| 18 | # Statusbar: purple bg and white fg. | 18 | # Statusbar: purple bg and white fg. |
| 19 | set -g status-bg '#480b8e' | 19 | set -g status-bg '#480b8e' |
| 20 | set -g status-fg '#ffffff' | 20 | set -g status-fg '#ffffff' |
| 21 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" | 21 | |
| 22 | set -g pane-active-border fg=#777777 | 22 | # Set inactive/active window styles. |
| 23 | set -g pane-border-style fg=#222222 | 23 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#151515]#[fg=#ffffff]#[bg=#151515] #I:#W #[fg=#ffffff]#[bg=#151515]" |
| 24 | set -g window-style 'bg=#222222' | ||
| 25 | set -g window-active-style 'bg=#151515' | ||
| 24 | 26 | ||
| 25 | # Other settings | 27 | # Other settings |
| 26 | set-option -sg escape-time 10 | 28 | set-option -sg escape-time 10 |
