From a470a406a0054e83e5b5bfa6297a1e29a60258b1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 7 Nov 2021 10:32:35 +0100 Subject: tmux.conf: make the active pane border more visible --- dotfiles/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 721e274..dd66e95 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -45,6 +45,10 @@ set-option -g update-environment "\ DBUS_SESSION_BUS_ADDRESS\ " +# style the border of the active pane +set -g pane-active-border-style "fg=black bg=color116" + +# configure the status line set -g status-right "#[fg=colour178]#H#[default]|%a %F %H:%M" set -g status-right-length 48 -- cgit v1.2.3