summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-07 10:32:35 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-07 10:32:35 +0100
commita470a406a0054e83e5b5bfa6297a1e29a60258b1 (patch)
tree399132b59b2aa3e222c6bbd99c63d6e2b3db531f
parent91952b8fd95da215a6404cffb6f96b85d18fe4a2 (diff)
tmux.conf: make the active pane border more visible
-rw-r--r--dotfiles/tmux.conf4
1 files changed, 4 insertions, 0 deletions
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