aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-06-09 20:26:17 -0400
committerBenjamin Linskey2026-06-09 20:26:17 -0400
commitb3490b4c4fc010c803ac490bf996ed96abbf5587 (patch)
tree9edda6e9f1cfa140b5fa5ce13584dfebc50356bb
parentaa05b3d57716e97c1c3d590a42a2beba9be15364 (diff)
downloaddotfiles-b3490b4c4fc010c803ac490bf996ed96abbf5587.tar.gz

tmux: Change active pane border color

-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 73d9d64..2db1842 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -19,6 +19,7 @@ set -g status-right ""
# cyan" is actually a dark purple.
set -g status-style "fg=white bg=brightcyan"
set -g window-status-current-style "fg=white,bold bg=brightcyan"
+set -g pane-active-border-style "fg=blue"
set -g message-style "fg=white bg=brightcyan"
set -g escape-time 50