From 535d1a9c7e11610171dd52a0cc3aa34e12592d28 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 21 Apr 2024 06:55:35 +0200 Subject: Update to alacritty and tmux --- tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 8af4b84..23c8d9b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,9 +18,11 @@ set -g renumber-windows on # Statusbar: purple bg and white fg. set -g status-bg '#480b8e' set -g status-fg '#ffffff' -set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" -set -g pane-active-border fg=#777777 -set -g pane-border-style fg=#222222 + +# Set inactive/active window styles. +set -g window-status-current-format "#[fg=#ffffff]#[bg=#151515]#[fg=#ffffff]#[bg=#151515] #I:#W #[fg=#ffffff]#[bg=#151515]" +set -g window-style 'bg=#222222' +set -g window-active-style 'bg=#151515' # Other settings set-option -sg escape-time 10 -- cgit v1.2.3