From 9a093e4abf075e3f1be42e6d1b223390863ade5e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 6 Oct 2024 01:05:23 +0200 Subject: Update --- tmux.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index d6593e5..871c484 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,11 +12,9 @@ set -g base-index 1 set-window-option -g pane-base-index 1 set -g renumber-windows on -set -g status-bg '#333333' +set -g status-bg '#222222' 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 window-style 'bg=#181818' -set -g window-active-style 'bg=#111111' +set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" bind-key Up select-pane -U bind-key Down select-pane -D -- cgit v1.2.3