From a005f8f5dabba60af5cef377b1f4e01ebe423553 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 18 Mar 2014 15:01:54 +0900 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - use nice, subtle, thin pane border, a separate color from the active highlighted one --- debian/changelog | 4 +++- usr/share/byobu/profiles/tmux | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2d7dc676..595e8517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ byobu (5.76) unreleased; urgency=medium - * UNRELEASED + * usr/share/byobu/profiles/tmux: + - use nice, subtle, thin pane border, a separate color from the active + highlighted one -- Dustin Kirkland Mon, 17 Mar 2014 13:00:04 +0900 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index cbffe177..bd091617 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -41,7 +41,7 @@ set-window-option -g xterm-keys on #set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' set-option -g pane-active-border-bg $BYOBU_HIGHLIGHT set-option -g pane-active-border-fg $BYOBU_HIGHLIGHT -set-option -g pane-border-fg $BYOBU_HIGHLIGHT +set-option -g pane-border-fg $BYOBU_ACCENT set-option -g history-limit 10000 set-option -g display-panes-time 150 set-option -g display-panes-colour $BYOBU_ACCENT