From eb2976dbbcdefbf496a0be61c428f25750fadaf4 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 10 Aug 2011 18:09:38 -0500 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - purple for pane borders --- debian/changelog | 3 ++- usr/share/byobu/profiles/tmux | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5e10eff3..9c9f7d88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (4.28) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/profiles/tmux: + - purple for pane borders -- Dustin Kirkland Wed, 10 Aug 2011 17:59:48 -0500 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 576a4a41..9d13c4be 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -53,6 +53,8 @@ bind-key -n C-F6 kill-pane set-option -g set-titles on set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' +set-option -g pane-active-border-fg magenta +set-option -g pane-border-fg magenta set-window-option -g window-status-attr bold set-window-option -g window-status-current-bg white