From 622e6b478e2dcdc8a66502b01816dc884fd0c439 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 11 Apr 2024 21:55:28 +0300 Subject: [PATCH] style(tmux) --- home/user/.config/tmux/style.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index e7f9d22..ad0c8a1 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -35,10 +35,10 @@ setw -g clock-mode-style 24 # borders set -g pane-border-lines double set -g pane-border-indicators colour -set -g pane-border-style 'bg=colour235' -set -g pane-active-border-style 'bg=colour235,fg=blue' +set -g pane-border-style 'bg=default' +set -g pane-active-border-style 'bg=black,fg=blue' # inactive panes style -set -g window-style 'fg=terminal,bg=colour235' -set -g window-active-style 'fg=default,bg=terminal' \ No newline at end of file +set -g window-style 'fg=default,bg=default' +set -g window-active-style 'fg=default,bg=black' \ No newline at end of file