From 9a11ed058b2daf62154a8a02a4d5b52fcd0574da Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 6 Jan 2025 13:49:57 +0100 Subject: [PATCH] ... --- tmux/.config/tmux/themes/zegonix.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.config/tmux/themes/zegonix.conf b/tmux/.config/tmux/themes/zegonix.conf index 45529b8..926df35 100644 --- a/tmux/.config/tmux/themes/zegonix.conf +++ b/tmux/.config/tmux/themes/zegonix.conf @@ -49,6 +49,8 @@ set -g status-right-style "bg=#{@dark-grey},fg=#{@white}" setw -g window-status-style "fg=#{@white},bold" setw -g window-status-activity-style "fg=#{@white},bold" setw -g window-status-current-style "fg=#{@white},bold" +set -g pane-border-style "fg=#{@white}" +set -g pane-active-border-style "fg=#{@green}" # ..