From 6f2137e2d5a0fb869ab8bdd8402bdc055c380143 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 20 Jun 2024 04:38:12 +0200 Subject: Added fzf integration --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 1c52a78..1b04b1d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,9 +20,9 @@ set -g status-bg '#480b8e' set -g status-fg '#ffffff' # Set inactive/active window styles. -set -g window-status-current-format "#[fg=#ffffff]#[bg=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]" +set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" set -g window-style 'bg=#222222' -set -g window-active-style 'bg=#131313' +set -g window-active-style 'bg=#121212' # Other settings set-option -sg escape-time 10 -- cgit v1.2.3