diff options
| author | Benjamin Linskey | 2026-06-09 20:26:17 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-09 20:26:17 -0400 |
| commit | b3490b4c4fc010c803ac490bf996ed96abbf5587 (patch) | |
| tree | 9edda6e9f1cfa140b5fa5ce13584dfebc50356bb | |
| parent | aa05b3d57716e97c1c3d590a42a2beba9be15364 (diff) | |
| download | dotfiles-b3490b4c4fc010c803ac490bf996ed96abbf5587.tar.gz | |
tmux: Change active pane border color
| -rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |